diff options
author | typebrook <typebrook@gmail.com> | 2020-04-11 23:52:28 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-04-11 23:52:28 +0800 |
commit | c307db105fe60ef8e2b918d305e7f20568bd1478 (patch) | |
tree | e81dac2fa57bf2438f0dc498aae47ddc0a1807f8 | |
parent | 0a26fb46aa1d7f84cca1cdc5205464df1b9c1c05 (diff) |
Update README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
101 | Valid 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: | 101 | Valid 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 |
104 | gist config <key> <value> | 104 | gist config <key> <value> |