]> git.donarmstrong.com Git - lilypond.git/commitdiff
CG: explain how to add git-cl to PATH
authorJanek Warchol <lemniskata.bernoullego@gmail.com>
Tue, 3 Jan 2012 21:46:01 +0000 (22:46 +0100)
committerJanek Warchol <lemniskata.bernoullego@gmail.com>
Wed, 11 Jan 2012 11:41:41 +0000 (12:41 +0100)
i know modifying PATH is basic knowledge,
but i'm windows man and figuring this out
took me 15 minutes... too long.

Documentation/contributor/source-code.itexi

index 3f964f93a41f65b321b586feedab8e9962adf2b6..ea8fc8775c59007ed7831b1b3c07260edc1e9887 100644 (file)
@@ -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