diff options
author | typebrook <typebrook@gmail.com> | 2020-05-12 10:51:04 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-05-12 11:01:31 +0800 |
commit | 462163a864b8d963ff5c2773426b2541dacd7b8d (patch) | |
tree | b3c13bac9825f18b2326a4172f84960332bba94b /README.md | |
parent | 3d71afc578fc16fa6261c6749976cfbb7409cfa5 (diff) |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,9 @@ | |||
1 | # gist - Manage your gist like a pro | 1 | # gist - Manage your gist like a pro |
2 | |||
3 | All your snippets deserve version control and tagging! | ||
4 | `gist` is a simple bash script for gist management, lite and dependency-free! | ||
5 | Use it to boost your coding workflow. | ||
6 | |||
2 | - [Getting Started](#Getting-Started) | 7 | - [Getting Started](#Getting-Started) |
3 | - [Basic Commands](#Basic-Commands) | 8 | - [Basic Commands](#Basic-Commands) |
4 | - [Update and clone gists from Github](#Update-and-clone-gists-from-Github) | 9 | - [Update and clone gists from Github](#Update-and-clone-gists-from-Github) |
@@ -20,6 +25,8 @@ | |||
20 | 25 | ||
21 | ## Getting Started | 26 | ## Getting Started |
22 | ```bash | 27 | ```bash |
28 | # Install script | ||
29 | curl -fsSL https://raw.githubusercontent.com/typebrook/gist/master/install.sh | bash | ||
23 | # Fetch your gists and clone them into ~/gist as git repos | 30 | # Fetch your gists and clone them into ~/gist as git repos |
24 | gist fetch | 31 | gist fetch |
25 | # List your gists | 32 | # List your gists |