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