Skip to content

Commit

Permalink
Merge pull request #48 from christopherdarling/patch-1
Browse files Browse the repository at this point in the history
DOCS composer path for Windows
  • Loading branch information
dhensby authored Oct 30, 2017
2 parents c940c9c + 7fe121d commit 045c34f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ To install globally run:

`composer global require silverstripe/upgrader`

Make sure your `~/.composer/vendor/bin` directory is in your PATH.


Make sure your `$HOME/.composer/vendor/bin` directory is in your PATH (or the equivalent for your OS e.g. `C:\Users\<COMPUTER NAME>\AppData\Roaming\Composer\vendor\bin` on Windows).

`echo 'export PATH=$PATH:~/.composer/vendor/bin/' >> ~/.bash_profile`

Expand Down

0 comments on commit 045c34f

Please sign in to comment.