diff options
author | typebrook <typebrook@gmail.com> | 2020-04-12 08:59:29 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-04-12 08:59:36 +0800 |
commit | 1efff77b7919967a0483d77f10bedcb7e83cb941 (patch) | |
tree | d9a2d92e324571d3a4f3b03b031e6140e3bd26ff /README.md | |
parent | c307db105fe60ef8e2b918d305e7f20568bd1478 (diff) |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -158,8 +158,9 @@ Also, if you run `gist <INDEX>` with `--no-action`, then action would be ignored | |||
158 | For example, use `gist config EDITOR code` to use VSCode instead. | 158 | For example, use `gist config EDITOR code` to use VSCode instead. |
159 | 159 | ||
160 | ### protocol | 160 | ### protocol |
161 | **[Optional]** Protocol to clone git repo. Default to `HTTPS` | 161 | **[Optional]** Protocol to clone git repo. Default to be `HTTPS` |
162 | valid values are: | 162 | |
163 | Valid values are: | ||
163 | - https | 164 | - https |
164 | - ssh | 165 | - ssh |
165 | 166 | ||