aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-04-11 23:52:28 +0800
committertypebrook <typebrook@gmail.com>2020-04-11 23:52:28 +0800
commitc307db105fe60ef8e2b918d305e7f20568bd1478 (patch)
treee81dac2fa57bf2438f0dc498aae47ddc0a1807f8
parent0a26fb46aa1d7f84cca1cdc5205464df1b9c1c05 (diff)
Update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dc3c5d9..b687025 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ Say you delete gists with command `gist delete <index-of-gist>...`, the local gi
98 98
99`~/.config/gist.conf` is created automatically when you run `gist` at the first time, it only allows current user to read and write (permission 600). 99`~/.config/gist.conf` is created automatically when you run `gist` at the first time, it only allows current user to read and write (permission 600).
100 100
101Valid keys are [`user`](#user), [`token`](#token), [`folder`](#folder), [`auto_sync`](#auto_sync), [`action`](#action), [`EDITOR`](#EDITOR) and [`protocol`](#protocol). Use the following commands to set value: 101Valid keys are [`user`](#user), [`token`](#token), [`folder`](#folder), [`auto_sync`](#auto_sync), [`action`](#action), [`EDITOR`](#EDITOR) and [`protocol`](#protocol) [`show_untagged`](#show_untagged). Use the following commands to set value:
102``` bash 102``` bash
103# Set key with a given value 103# Set key with a given value
104gist config <key> <value> 104gist config <key> <value>