Fix installation path in docs.
This commit is contained in:
parent
68459c6795
commit
e4f0a336c2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ sudo generate-borgmatic-config
|
||||||
```
|
```
|
||||||
|
|
||||||
If that command is not found, then it may be installed in a location that's
|
If that command is not found, then it may be installed in a location that's
|
||||||
not in your system `PATH`. Try looking in `/usr/local/bin/`.
|
not in your system `PATH` (see above). Try looking in `~/.local/bin/`.
|
||||||
|
|
||||||
This generates a sample configuration file at /etc/borgmatic/config.yaml (by
|
This generates a sample configuration file at /etc/borgmatic/config.yaml (by
|
||||||
default). You should edit the file to suit your needs, as the values are
|
default). You should edit the file to suit your needs, as the values are
|
||||||
|
|
Loading…
Reference in a new issue