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