Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down