Skip to content

Commit 6e96754

Browse files
committed
Update recommended install path
1 parent 6643e70 commit 6e96754

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ Download as zip, and extract to Unity project root.
2222
Or clone the repository:
2323
```powershell
2424
cd $UnityProjectRoot
25-
git clone https://www.github.com/Maoyeedy/UnityProjectSetupScripts.git
25+
git clone https://www.github.com/Maoyeedy/UnityProjectSetupScripts.git .setup
2626
rm -r -fo SetupScripts/.git
2727
```
2828

2929
Or add as submodule:
3030
```powershell
31-
git submodule add https://www.github.com/Maoyeedy/UnityProjectSetupScripts.git
31+
git submodule add https://www.github.com/Maoyeedy/UnityProjectSetupScripts.git .setup
3232
```
3333

3434
Or use degit:
3535
```powershell
36-
degit Maoyeedy/UnityProjectSetupScripts
36+
degit Maoyeedy/UnityProjectSetupScripts .setup
3737
```
3838

3939
## Usage
@@ -44,10 +44,10 @@ Double-click `Setup.bat` - it'll launch powershell with admin rights and run eve
4444
### Manually
4545
```powershell
4646
# Run as admin
47-
powershell -nop .\UnityProjectSetupScripts\setup-all.ps1
47+
powershell -nop .\.setup\setup-all.ps1
4848
4949
# Run each script separately
50-
powershell -nop .\UnityProjectSetupScripts\setup-unityyamlmerge.ps1
50+
powershell -nop .\.setup\setup-unityyamlmerge.ps1
5151
```
5252

5353
## Troubleshooting

0 commit comments

Comments
 (0)