aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-05-07 17:49:59 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-05-07 17:49:59 +0800
commitc756d71561a82eacbb2e225cac2770b15b238373 (patch)
treecf60e52cbb0983e11d6c1232f24a2a206036b18c
parentaf1c8e9662aaa50fa2343569b252622421d9e577 (diff)
Change the way of install
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 768f3e5..0bc9f8d 100644
--- a/README.md
+++ b/README.md
@@ -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
30curl -fsSL https://typebrook.github.io/gist/install.sh | bash 30curl -L https://git.io/J3DXe -o gist # This shortened link points to the bash script
31sudo 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
32gist fetch 33gist fetch
33# List your gists 34# List your gists