This commit is contained in:
Romain Bignon 2012-04-15 20:29:54 +02:00
commit b8e7b8b398

View file

@ -22,7 +22,7 @@ All executables in ~/bin/ will be accessible in console, and all python modules
be loadable. Add symbolic links::
$ ln -s $HOME/src/weboob/weboob ~/python/
$ find $HOME/src/weboob/scripts -exec ln -s \{\} ~/tmp/lolol/ \;
$ find $HOME/src/weboob/scripts -exec ln -s \{\} ~/bin/ \;
Repositories setup
------------------