diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-02 21:20:28 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-02 21:20:28 +0800 |
| commit | f01cf223ec4bdf98e70c1204ef1a95a76b23e162 (patch) | |
| tree | 69df3aaf42f1a5b8424be2bcacaa5cf30af3c6bd | |
| parent | d6d26c8df0d1fcf54fe566faee9bfeb14208c9f3 (diff) | |
update
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9489e8a --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | ## Getting Started | ||
| 2 | **via curl** | ||
| 3 | ``` | ||
| 4 | sh -c "$(curl -fsSL https://raw.githubusercontent.com/typebrook/settings/master/tools/install.sh)" | ||
| 5 | ``` | ||
| 6 | **via wget** | ||
| 7 | ``` | ||
| 8 | sh -c "$(wget -O- https://raw.githubusercontent.com/typebrook/settings/master/tools/install.sh)" | ||
| 9 | ``` | ||