structure installation

This commit is contained in:
Denis Lehmann 2023-10-14 13:36:46 +02:00
parent 5d71fe5436
commit ed35a268d8

View file

@ -27,6 +27,8 @@ It was inspired by [[https://wiki.ros.org/wstool][wstool]], [[https://github.com
* Installation * Installation
** Manual
Place the =gis= script in your =$PATH=. Place the =gis= script in your =$PATH=.
To use the autocompletion feature source the =gis_completion.bash= script. To use the autocompletion feature source the =gis_completion.bash= script.
@ -37,7 +39,9 @@ It was inspired by [[https://wiki.ros.org/wstool][wstool]], [[https://github.com
autoload -U +X bashcompinit && bashcompinit autoload -U +X bashcompinit && bashcompinit
#+end_src #+end_src
Alternatively, installation scripts for Bash (=install.bash=) and ZSH (=install.zsh=) are provided which will link the two files to =~/.local/{bin/gis,share/bash-completion/completions/gis}= and add the corresponding entries to =~/.bashrc= or =~/.zshrc=. ** Scripts
Installation scripts for Bash (=install.bash=) and ZSH (=install.zsh=) are provided which will link the two files to =~/.local/{bin/gis,share/bash-completion/completions/gis}= and add the corresponding entries to =~/.bashrc= or =~/.zshrc=.
Further updates of /gis/ require just =git pull=. Further updates of /gis/ require just =git pull=.
** Nix Flake ** Nix Flake