From 34bebfa43f191212f4552b426e4a612b3d93a4ff Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 15 Sep 2016 12:16:35 +0200 Subject: [PATCH] add install repo in MacOs --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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: ----------------