diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-03 10:49:11 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-03 10:49:11 +0800 |
| commit | f727b69b5b43490b3f5fe56dd9406e9d5189f562 (patch) | |
| tree | f59e9b9c8da1f3f94fc130fee3a04cab4a32e327 | |
| parent | cf801f39d13be849facd7823204c2262471631ea (diff) | |
update
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,9 +1,9 @@ | |||
| 1 | ## Getting Started | 1 | ## Getting Started |
| 2 | **via curl** | 2 | **via curl** |
| 3 | ``` | 3 | ``` |
| 4 | sh -c "$(curl -fsSL https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh)" | 4 | curl -fsSL https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash |
| 5 | ``` | 5 | ``` |
| 6 | **via wget** | 6 | **via wget** |
| 7 | ``` | 7 | ``` |
| 8 | sh -c "$(wget -O- https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh)" | 8 | wget -O- https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash |
| 9 | ``` | 9 | ``` |