diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ | |||
1 | ## Getting Started | 1 | ## Getting Started |
2 | **via curl** | 2 | **via curl** |
3 | ``` | 3 | ``` |
4 | curl -fsSL https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash | 4 | curl -fsS https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash |
5 | |||
6 | # Or shorter | ||
7 | curl -fsSL https://git.io/JUnU7 | bash | ||
5 | ``` | 8 | ``` |
6 | **via wget** | 9 | **via wget** |
7 | ``` | 10 | ``` |