aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-03 10:49:11 +0800
committertypebrook <typebrook@gmail.com>2020-03-03 10:49:11 +0800
commitf727b69b5b43490b3f5fe56dd9406e9d5189f562 (patch)
treef59e9b9c8da1f3f94fc130fee3a04cab4a32e327 /README.md
parentcf801f39d13be849facd7823204c2262471631ea (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 c77e1c3..35838dc 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
1## Getting Started 1## Getting Started
2**via curl** 2**via curl**
3``` 3```
4sh -c "$(curl -fsSL https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh)" 4curl -fsSL https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash
5``` 5```
6**via wget** 6**via wget**
7``` 7```
8sh -c "$(wget -O- https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh)" 8wget -O- https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash
9``` 9```