aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-09-08 10:27:37 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-09-08 10:27:37 +0800
commit7db0adfa7996d5fe305383c76db75fc0ba76e4b0 (patch)
tree3752fd656950bfa963dbb6f2706f059ce64045d5 /README.md
parent6970e92982e844c17ea5e10e05b53ed9e70ac22f (diff)
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35838dc..de78d8f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
1## Getting Started 1## Getting Started
2**via curl** 2**via curl**
3``` 3```
4curl -fsSL https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash 4curl -fsS https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash
5
6# Or shorter
7curl -fsSL https://git.io/JUnU7 | bash
5``` 8```
6**via wget** 9**via wget**
7``` 10```