Merge pull request #8422 from hpeide/patch-1

Update index.md
This commit is contained in:
Robbie Averill 2018-09-28 15:53:45 +02:00 committed by GitHub
commit 94d534383f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: On *nix system, the following command will add your global composer bin directory to your path if `bash` is your default shell environment:
```bash ```bash
echo 'export PATH=$PATH:~/.composer/vendor/bin/' >> ~/.bash_profile echo 'export PATH=$PATH:~/.composer/vendor/bin/' >> ~/.bash_profile
source ~/.bash_profile
``` ```
### Running all the upgrader commands in this guide in on line ### Running all the upgrader commands in this guide in on line