From cdb6ad1724a3cad4693202df067950aca3bfb5b0 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 2 Aug 2023 10:40:40 +0800 Subject: [PATCH] docs: fix the path of preset config --- README.md | 2 +- config/preset/README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 config/preset/README.md diff --git a/README.md b/README.md index e2497a73..e94920f5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config/preset/README.md b/config/preset/README.md new file mode 100644 index 00000000..04e2139a --- /dev/null +++ b/config/preset/README.md @@ -0,0 +1,3 @@ +# Configuration + +[See ../docs for more information.](../docs)