From 3558db2ac776701d70eda21b2c15757596e158ad Mon Sep 17 00:00:00 2001 From: Sputters Date: Tue, 27 Aug 2019 21:44:28 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 91efac3..03e1650 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,17 @@ When you want to use Restonic for production use, there are some steps I recomme 2. Either add the directory to the `$PATH` variable or move the previously created directory under an existed directory within the `$PATH` variable. Example: **Linux**: + ```mkdir /opt/restonic``` + ```export PATH=/opt/restonic:$PATH``` **Windows**: + ```mkdir C:\Program Files\Restonic``` + ```set PATH=%PATH%;C:\Program Files\Restonic``` + 3. Run restonic for the first time without any command. This will initialize the configuration folder in the same directory where the application was executed.Therefore, adding the directory to the path and running from there is highly recommended. ### Using the source code