diff --git a/readme.md b/readme.md index e3083cc..34dcfcd 100644 --- a/readme.md +++ b/readme.md @@ -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: ----------------