mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update index.md
When exporting path to ~/.bash_profile the change do not take action before you reload the shell. Calling 'source ~/.bash_profile' executes the change.
This commit is contained in:
parent
4d14e9b6b1
commit
140436692a
@ -131,6 +131,7 @@ composer global config bin-dir
|
||||
On *nix system, the following command will add your global composer bin directory to your path if `bash` is your default shell environment:
|
||||
```bash
|
||||
echo 'export PATH=$PATH:~/.composer/vendor/bin/' >> ~/.bash_profile
|
||||
source ~/.bash_profile
|
||||
```
|
||||
|
||||
### Running all the upgrader commands in this guide in on line
|
||||
|
Loading…
Reference in New Issue
Block a user