diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,7 +27,8 @@ It is lightweight(~700LOC) and dependency-free! Helps you to boost coding workfl | |||
27 | ## Getting Started | 27 | ## Getting Started |
28 | ```bash | 28 | ```bash |
29 | # Install with script on GitHub Page | 29 | # Install with script on GitHub Page |
30 | curl -fsSL https://typebrook.github.io/gist/install.sh | bash | 30 | curl -L https://git.io/J3DXe -o gist # This shortened link points to the bash script |
31 | sudo install -m755 gist /usr/local/bin/gist # Install this script wherever you like | ||
31 | # Fetch your gists and clone them into ~/gist as git repos | 32 | # Fetch your gists and clone them into ~/gist as git repos |
32 | gist fetch | 33 | gist fetch |
33 | # List your gists | 34 | # List your gists |