diff --git a/windows/README.md b/windows/README.md index cc3c8bb3..0e0e215b 100644 --- a/windows/README.md +++ b/windows/README.md @@ -1,6 +1,6 @@ Bootstrap from cmd.exe running as Administrator: - @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/cyplo/dotfiles/master/windows_cygwin/bootstrap.ps1'))" + @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/cyplo/dotfiles/master/windows/bootstrap.ps1'))" launch a normal user's cmd.exe and: @@ -15,5 +15,5 @@ launch a normal user's cmd.exe and: launch new cmd.exe as Administrator and: cd %HOMEPATH%\dev\dotfiles - windows_cygwin\build.bat + windows\build.bat