This commit is contained in:
KITAGAWA Yasutaka 2024-09-16 17:29:33 +09:00
parent 0a1413faa8
commit 4d2e21df14
No known key found for this signature in database
GPG key ID: 8CC7638A056592C6
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ In particular, check [these instructions](https://github.com/denisidoro/navi/iss
## Cheatsheet repositories
Running **navi** for the first time will help you download and manage cheatsheets. By default, they are soted at `~/.local/share/navi/cheats/`.
Running **navi** for the first time will help you download and manage cheatsheets. By default, they are stored at `~/.local/share/navi/cheats/`.
You can also:

View file

@ -39,7 +39,7 @@ navi info cheats-path
```
prints to you all paths used to search for `.cheat` files.
You can also add other paths at runtime by running `navi` with the `--path` option and a colon-separed paths list, e.g.,
You can also add other paths at runtime by running `navi` with the `--path` option and a colon-separated paths list, e.g.,
```sh
navi --path '/some/dir:/other/dir'
```