summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-24 07:43:23 -0500
committerGitHub <noreply@github.com>2018-12-24 07:43:23 -0500
commit1c33427bb0f44f53048bfac15bc3d2bd1ff0857e (patch)
tree36939bbc94b4bcf86cdd79ced6cfd4ece694a8ef /README.md
parentb3fb8e8f6f8df087c45b3e74107dcf403283a710 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index ae49081..d28ec0c 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,11 @@ Joshuto can currently be configured using the following files:
[keymap.toml](https://github.com/kamiyaa/joshuto/blob/master/config/keymap.toml)
- for keybindings
- - **currently causes joshuto to have no bindings when this config is missing**
+ - **currently causes program to have no bindings when this config is missing**
- please take a look at [keymapll.rs](https://github.com/kamiyaa/joshuto/blob/master/src/joshuto/keymapll.rs) for keycodes
[mimetype.toml](https://github.com/kamiyaa/joshuto/blob/master/config/mimetype.toml)
- for opening files with applications
- - **currently causes joshuto to be unable to open any files when this config is missing**
+ - **currently causes program to be unable to open any files when this config is missing**
+
Place these config files in your `XDG_CONFIG_DIR/joshuto` (usually `$HOME/.config/joshuto/`)