aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-05-12 10:51:04 +0800
committertypebrook <typebrook@gmail.com>2020-05-12 11:01:31 +0800
commit462163a864b8d963ff5c2773426b2541dacd7b8d (patch)
treeb3c13bac9825f18b2326a4172f84960332bba94b /README.md
parent3d71afc578fc16fa6261c6749976cfbb7409cfa5 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5058b0e..e759d66 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,9 @@
1# gist - Manage your gist like a pro 1# gist - Manage your gist like a pro
2
3All your snippets deserve version control and tagging!
4`gist` is a simple bash script for gist management, lite and dependency-free!
5Use 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
29curl -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
24gist fetch 31gist fetch
25# List your gists 32# List your gists