diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-07 17:49:59 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-07 17:49:59 +0800 |
commit | c756d71561a82eacbb2e225cac2770b15b238373 (patch) | |
tree | cf60e52cbb0983e11d6c1232f24a2a206036b18c | |
parent | af1c8e9662aaa50fa2343569b252622421d9e577 (diff) |
Change the way of install
-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 |