From 3a52fdf3f52e4d9ccfe1e86d9209732efe1429f4 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 15 Sep 2016 13:27:51 +0200 Subject: [PATCH] Update readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 34dcfcd..665c6a6 100644 --- a/readme.md +++ b/readme.md @@ -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}