aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
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```