Update readme.md

This commit is contained in:
Edouard DUPIN 2016-09-15 13:27:51 +02:00 committed by GitHub
parent 34bebfa43f
commit 3a52fdf3f5

View File

@ -11,6 +11,9 @@ mkdir ~/.bin
PATH=~/.bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
chmod a+x ~/.bin/repo
# Add if on your bash path (linux: ~/.bashrc and MacOs: ~/.bash_profile)
echo "export PATH=~/.bin/:$PATH" >> ~/.bashrc
```
on archlinux:
```{.sh}