|
|
@ -8,8 +8,9 @@ See http://docs.swarmlab.io/Howtos/git/use-git.adoc.html |
|
|
|
|
|
|
|
## create a directory structure as shown below |
|
|
|
|
|
|
|
> Copy files from install Directory |
|
|
|
``` |
|
|
|
/ |
|
|
|
/ <----- *Note* |
|
|
|
├── etc |
|
|
|
│ ├── bash_completion.d |
|
|
|
│ └── profile.d |
|
|
@ -21,11 +22,10 @@ See http://docs.swarmlab.io/Howtos/git/use-git.adoc.html |
|
|
|
└── swarmlab-adoc |
|
|
|
``` |
|
|
|
|
|
|
|
chmod +x all files in /usr/share/swarmlab.io |
|
|
|
**sudo chmod +x -R /usr/share/swarmlab.io** |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Add the following lines to the end of .bashrc file |
|
|
|
## Add the following lines to the end of /home/user_account/_.bashrc file |
|
|
|
|
|
|
|
``` |
|
|
|
if [ -d /etc/profile.d ]; then |
|
|
|