Skip to content

Commit 91fff80

Browse files
authored
Update README.md
1 parent 998df2e commit 91fff80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Tool | Flag | Notes
3434
### On Windows
3535
* Open a Command Window as Administrator (Right click 'Run as Administrator') and run the command below
3636
```
37-
@powershell -Command "(new-object net.webclient).DownloadFile('https://raw.githubusercontent.com/PredixDev/local-setup/master/setup-windows.bat','%TEMP%\setup-windows.bat')" && "%TEMP%\setup-windows.bat"
37+
@powershell -Command "(new-object net.webclient).DownloadFile('https://raw.githubusercontent.com/PredixDev/local-setup/master/setup-windows.bat','%TEMP%/setup-windows.bat')" && "%TEMP%/setup-windows.bat"
3838
```
3939
* You can choose to install selected tools by providing flags for the corresponding tools.
4040
For example: to install git and cf-cli only run
4141
```
42-
@powershell -Command "(new-object net.webclient).DownloadFile('https://raw.githubusercontent.com/PredixDev/local-setup/master/setup-windows.bat','%TEMP%\setup-windows.bat')" && "%TEMP%\setup-windows.bat /git /cf"
42+
@powershell -Command "(new-object net.webclient).DownloadFile('https://raw.githubusercontent.com/PredixDev/local-setup/master/setup-windows.bat','%TEMP%/setup-windows.bat')" && %TEMP%/setup-windows.bat /git /cf
4343
```
4444

4545
Tool | Flag | Notes

0 commit comments

Comments
 (0)