Skip to content

Commit

Permalink
simplified note about downloading the zip on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shoeffner committed Dec 21, 2016
1 parent f799bda commit 216671a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,8 @@ If you have git, just run:
```

If you don't have git the easiest way is to [download][url_develop_zip] the
latest code:
latest code and unzip it. You will then only have to run
```dos
% set wasabipath=%HOMEDRIVE%%HOMEPATH%\projects
% mkdir %wasabipath%
% powershell -Command "Invoke-WebRequest -Uri https://github.com/intuit/wasabi/archive/develop.zip -OutFile %wasabipath%\wasabi.zip"
% powershell -Command "(New-Object -COM Shell.Application).NameSpace('%wasabipath%').CopyHere((New-Object -COM Shell.Application).NameSpace('%wasabipath%\wasabi.zip').Items(), 16)"
% del %wasabipath%\wasabi.zip
% ren %wasabipath%\wasabi-develop wasabi
% cd %wasabipath%\wasabi
% bin\wasabi.bat bootstrap
```

Expand Down

0 comments on commit 216671a

Please sign in to comment.