aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-05-12 23:37:19 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-05-12 23:37:19 +0800
commit29ee36b708cb89ba8a91b39bc17ba6442c25c392 (patch)
treefc5ce67ce503d86468d0b47e77e3d8ce358d6ec4 /README.md
parentb6e40bb0bd42d0d9ec757d6e0c38a03898bb248e (diff)
Update
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index de78d8f..03e277f 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
1## Getting Started 1## Getting Started
2**via curl** 2**via curl**
3``` 3```
4curl -fsS https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash 4curl -fsS https://raw.githubusercontent.com/typebrook/helper/dev/tools/install.sh | bash
5 5
6# Or shorter 6# Or shorter
7curl -fsSL https://git.io/JUnU7 | bash 7curl -fsSL https://git.io/JUnU7 | bash
8``` 8```
9**via wget** 9**via wget**
10``` 10```
11wget -O- https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash 11wget -O- https://raw.githubusercontent.com/typebrook/helper/dev/tools/install.sh | bash
12``` 12```