diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-12 23:37:19 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-12 23:37:19 +0800 |
commit | 29ee36b708cb89ba8a91b39bc17ba6442c25c392 (patch) | |
tree | fc5ce67ce503d86468d0b47e77e3d8ce358d6ec4 /README.md | |
parent | b6e40bb0bd42d0d9ec757d6e0c38a03898bb248e (diff) |
Update
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 | ``` |