aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-12 13:32:23 +0800
committertypebrook <typebrook@gmail.com>2020-03-12 13:32:23 +0800
commitf89c1996bdd800f80f05e817280c88e28b55381f (patch)
treece184d9944b42304a1544681b8fdcaa3c636f304 /README.md
parentd87b61e4681b35700d970b1cb099dd6f68a17bd0 (diff)
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 92e72b7..a86217d 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ Say you delete gists with command `gist delete <index-of-gist>...`, the local gi
64## Configuration 64## Configuration
65`gist` stores your configuraion inside `~/.config/gist.conf`, with `<key>=<value>` format for each line. And just do `source ~/.config/gist.con` at runtime. This file is created automatically when you do the first configuration, and only allows current user to read and write (permission 600). 65`gist` stores your configuraion inside `~/.config/gist.conf`, with `<key>=<value>` format for each line. And just do `source ~/.config/gist.con` at runtime. This file is created automatically when you do the first configuration, and only allows current user to read and write (permission 600).
66 66
67Valid keys are [`user`](#user), [`token`](#token), [`folder`](#folder), [`auto_sync`](#auto_sync), [`action`](#action) and [`EDITOR`](#EDITOR). Use the following commads to set value: 67Valid keys are [`user`](#user), [`token`](#token), [`folder`](#folder), [`auto_sync`](#auto_sync), [`action`](#action), [`EDITOR`](#EDITOR) and [protocol](#protocol). Use the following commads to set value:
68``` bash 68``` bash
69gist config <key> <value> 69gist config <key> <value>
70 70