From b08005e0512bd7eb2190869b21f3c7f9eca42fdb Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Sat, 23 Oct 2021 22:23:33 +0200 Subject: [PATCH] added extra step to usage in README.org --- README.org | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 40095b0..fde7783 100644 --- a/README.org +++ b/README.org @@ -29,11 +29,15 @@ This is a simple project to help sort your files on linux written in c++. #+BEGIN_SRC cd ~/Downloads #+END_SRC -2. The first time you run the program nothing will happen but a default settings.conf will be generated found in +2. Run fsorter. + #+BEGIN_SRC + fsorter + #+END_SRC +3. The first time you run the program nothing will happen but a default settings.conf will be generated found in #+BEGIN_SRC ~/.config/fsorter/settings.conf #+END_SRC -3. Running fsorter again will sort the current working directory based on the preferences in settings.conf +4. Running fsorter again will sort the current working directory based on the preferences in settings.conf * Configure 1. Open ~/.config/fsorter/settings.conf in your favourite text editor for example.