add install repo in MacOs

This commit is contained in:
Edouard DUPIN 2016-09-15 12:16:35 +02:00 committed by GitHub
parent 4fa7724254
commit 34bebfa43f

View File

@ -22,6 +22,15 @@ On ubuntu/debian
sudo apt-get install repo
```
On MacOs:
```{.sh}
#Install brew installer
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
# intall repo
brew install repo
```
Create the tree:
----------------