From 51bf17900f34b719420ae3b2abc7cb3165941350 Mon Sep 17 00:00:00 2001 From: Dominik Boemer <dominik.boemer@gmail.com> Date: Thu, 15 Oct 2020 09:24:33 +0200 Subject: [PATCH] Update of README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 86a09b5..967aae4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # linuxbin Common scripts and config files -This is the `~/bin` directory of a linux account +This is the `~/bin` directory of a linux account. On linux, you have to rename it from linuxbin to bin for the following commands to work. + ## Install @@ -13,14 +14,11 @@ Please, add the following calls to the end of the `~/.bashrc` and `~/.profile` f ``` .bashrc: (interactive stuffs) ``` -. ~/bin/cfg/loop.sh ; fct_loop bashrc $* ; unset fct_loop +. $HOME/bin/cfg/loop.sh ; fct_loop bashrc $* ; unset fct_loop ``` + ## Other links -``` -mkdir ~/.subversion -rm ~/.subversion/config -ln -s ~/bin/svn/config ~/.subversion/config -``` +On linux, do not forget to link the Metafor licence before launching the battery. -- GitLab