diff --git a/README.md b/README.md index c24c807..1ef8e78 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ To install: ```bash git clone https://github.com/RyanGreenup/cadmus ~/.cadmus \ || echo "Delete $HOME/.cadmus first" + mkdir -p $HOME/.local/bin ln -s "$HOME/.cadmus/bin/cadmus" "$HOME/.local/bin/" ``` 3. According to the [*SystemD Standard*](https://www.freedesktop.org/software/systemd/man/file-hierarchy.html) `~/.local/bin` should be in `$PATH`, if you are using some other init implementation you can add this directory to `"$PATH"` it by doing something like this: