diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-08 10:27:37 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-08 10:27:37 +0800 |
commit | 7db0adfa7996d5fe305383c76db75fc0ba76e4b0 (patch) | |
tree | 3752fd656950bfa963dbb6f2706f059ce64045d5 /README.md | |
parent | 6970e92982e844c17ea5e10e05b53ed9e70ac22f (diff) |
update
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 | ``` |