Update paths in readme
This commit is contained in:
parent
ab3a4c2941
commit
5ac687cf74
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@ A simple but useful personal diary application.
|
|||
|
||||
The sole purpose of this application is to quickly create a file
|
||||
and open it in a text editor so that I can take a note before I lose my desire.
|
||||
Notes can be found in the `~/.local/histd` directory.
|
||||
Notes can be found in the `~/.local/share/histd` directory.
|
||||
|
||||
```sh
|
||||
tree ~/.local/histd
|
||||
# /home/user/.local/histd
|
||||
tree ~/.local/share/histd
|
||||
# /home/user/.local/share/histd
|
||||
# └── 2022
|
||||
# └── 08
|
||||
# ├── 18.txt
|
||||
|
|
Loading…
Reference in a new issue