File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
4040For 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
4545Tool | Flag | Notes
You can’t perform that action at this time.
0 commit comments