diff options
-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 | ||