mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-04 05:07:24 +02:00
Added to the Help File
This commit is contained in:
@@ -38,14 +38,19 @@ this is an attempt to wrap them into a single script and then have aliases to ma
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
To install, satisfy [the dependencies](#Dependencies), [Set up Recoll](#Configuring-recoll) and add `$HOME/bin` to the `$PATH` variable, something like this should be fairly shell agnostic:
|
To install:
|
||||||
|
|
||||||
|
1. satisfy [the dependencies](#Dependencies)
|
||||||
|
2. [Set up Recoll](#Configuring-recoll)
|
||||||
|
3. add `$HOME/bin` to the `$PATH` variable, something like this should be fairly shell agnostic:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
echo $PATH | grep "$HOME/bin" &> /dev/null && echo "$HOME/bin in path already" || ls "$HOME/bin" &> /dev/null && echo 'PATH="$PATH:$HOME/bin"' >> $HOME/.profile
|
echo $PATH | grep "$HOME/bin" &> /dev/null && echo "$HOME/bin in path already" || ls "$HOME/bin" &> /dev/null && echo 'PATH="$PATH:$HOME/bin"' >> $HOME/.profile
|
||||||
|
|
||||||
```
|
```
|
||||||
|
4. Copy the help files to `/usr/share/cadmus`
|
||||||
|
|
||||||
then copy in the scripts, with [*stow*] something like this should be sensible:
|
5. Copy in the scripts, with [*stow*] something like this should be sensible:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
exec bash
|
exec bash
|
||||||
|
Reference in New Issue
Block a user