From 8575d0ab94496ce513d777689608269f20d25f7b Mon Sep 17 00:00:00 2001 From: Leo Coogan Date: Sun, 18 Jul 2021 16:00:09 -0400 Subject: [PATCH] Slight change to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5060c6..1ef0425 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ A collection of useful scripts. | yt-mpeg | Turn wav/cover image into a video optimised for yt. | ### db -"./cfg/db" contains the directories in your database. This is the file you edit, and it follows a simple syntax. +`./cfg/db` contains the directories in your database. This is the file you edit, and it follows a simple syntax. ```sh /path/to/dir ``` The alias name needs to be one argument...otherwise the script can't parse it. -After editing the db file, you will run "./bin/db" -- which parses the data and outputs a file to "./dat/db-c" containing your aliases in shell form. Add `source /path/to/Scripts/dat/db-c` to your shell config. After that, just remember to source your shell config and everything should work. +After editing the db file, you will run `./bin/db` -- which parses the data and outputs a file to `./dat/db-c` containing your aliases in shell form. Add `source /path/to/Scripts/dat/db-c` to your shell config. After that, just remember to source your shell config and everything should work.