Skip to content

Commit

Permalink
Add Windows instructions to put propel bin in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
robin850 committed Oct 21, 2013
1 parent 73775ea commit 172fd3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions documentation/documentation/01-installation.markdown
Expand Up @@ -141,6 +141,16 @@ Or simply edit your .bashrc or .zshrc file:
export PATH=$PATH:/path/to/vendor/bin/
```

On Windows you could set the PATH for the opened command with:

```
set PATH=%PATH%;C:/path/to/vendor/bin/
```

To globally define the PATH adjust it inside the "Environment Variables", which
you can find in your system advanced settings panel.


At this point, Propel should be setup and ready to use. You can follow the steps in the [Build Guide](02-buildtime.html) to try it out.

## Troubleshooting ##
Expand Down

0 comments on commit 172fd3c

Please sign in to comment.