From: Janek Warchol Date: Tue, 3 Jan 2012 21:46:01 +0000 (+0100) Subject: CG: explain how to add git-cl to PATH X-Git-Tag: release/2.15.25-1~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=67f64c0bdf4cd469de73b135df5ba61cbfea15f7;p=lilypond.git CG: explain how to add git-cl to PATH i know modifying PATH is basic knowledge, but i'm windows man and figuring this out took me 15 minutes... too long. --- diff --git a/Documentation/contributor/source-code.itexi b/Documentation/contributor/source-code.itexi index 3f964f93a4..ea8fc8775c 100644 --- a/Documentation/contributor/source-code.itexi +++ b/Documentation/contributor/source-code.itexi @@ -913,10 +913,18 @@ git clone git://github.com/gperciva/git-cl.git @end example @item -Add the @file{git-cl/} directory to your PATH, or create a -symbolic link to the @command{git-cl} and @command{upload.py} -scripts in one of your PATH directories (such as -@file{$HOME/bin}). +Add the @file{git-cl/} directory to your PATH, +or create a symbolic link to the @command{git-cl} +and @command{upload.py} scripts in one of your PATH +directories (such as @file{$HOME/bin}). + +In Ubuntu (and Lilydev), you can add directories to PATH +by adding this line to a hidden file @file{.bashrc}, +located in your home directory: + +@example +PATH=~/type-here-directory-containing-git-cl:"$@{PATH@}" +@end example @end enumerate