diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-14 13:33:23 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-14 13:33:23 +0800 |
commit | 6fae25b305d714b3ab7608fa003f1af9bf024545 (patch) | |
tree | 05507b2c0505659d2fd847ecce988dacab63a236 /README.md | |
parent | 41ad31a2dee9ff912f222652f022b4c55cddcbf7 (diff) |
Rename tools into bin
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/helper/dev/tools/install.sh | bash | 4 | curl -fsS https://raw.githubusercontent.com/typebrook/helper/dev/bin/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/helper/dev/tools/install.sh | bash | 11 | wget -O- https://raw.githubusercontent.com/typebrook/helper/dev/bin/install.sh | bash |
12 | ``` | 12 | ``` |