From e003b627463708a5329ab1dbd7bb302ca6f23272 Mon Sep 17 00:00:00 2001 From: ryangreenup Date: Mon, 20 Jul 2020 01:52:24 +1000 Subject: [PATCH] jq is now a dependency --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1ef8e78..ced54be 100644 --- a/README.md +++ b/README.md @@ -54,18 +54,7 @@ To install: ``` -4. You will probably need to change the directory to your notes in the script: - - ```bash - which cadmus | xargs xdg-open - ``` - - ``` - readonly NOTES_DIR="$HOME/Notes/" - readonly SERVER_DIR="/var/www/html/MD" - readonly MKDOCS_YML="$HOME/Notes/mkdocs.yml" - ``` - +4. When first running the script it will prompt you to make a config file in the directory in which it is run.