From 0a219e0db4d8fe91497b04017d6540b8c433cb61 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki Date: Tue, 1 Nov 2016 13:54:49 +0100 Subject: [PATCH] Fix path to the bootstrapper in the README doc --- windows/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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