docs: fix the path of preset config

This commit is contained in:
sxyazi 2023-08-02 10:40:40 +08:00
parent a6072edf33
commit cdb6ad1724
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Then, you can run:
yazi
```
If you want to use your own config, copy the [config folder](https://github.com/sxyazi/yazi/tree/main/config) to `~/.config/yazi`, and modify it as you like.
If you want to use your own config, copy the [config folder](https://github.com/sxyazi/yazi/tree/main/config/preset) to `~/.config/yazi`, and modify it as you like.
## Image Preview

3
config/preset/README.md Normal file
View File

@ -0,0 +1,3 @@
# Configuration
[See ../docs for more information.](../docs)