From 6fdcbdec8540b457cbf0df6d44508a708c8b36ae Mon Sep 17 00:00:00 2001 From: Ryan Greenup Date: Fri, 17 Jul 2020 04:30:00 +1000 Subject: [PATCH] Indenting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a634952..a82b2c4 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,12 @@ To install: || echo "Delete ~/.cadmus first" ln -s ~/.cadmus/bin/cadmus $HOME/bin/ ``` -3. add `$HOME/bin` to the `$PATH` variable, something like this should be fairly shell agnostic: - - ``` 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 + 3. If you haven't already add `$HOME/bin` to the `$PATH` variable, something like this should be fairly shell agnostic: - ``` + ``` 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 + + ``` 4. You will probably need to change the directory to your notes in the script: