aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-02 21:20:28 +0800
committertypebrook <typebrook@gmail.com>2020-03-02 21:20:28 +0800
commitf01cf223ec4bdf98e70c1204ef1a95a76b23e162 (patch)
tree69df3aaf42f1a5b8424be2bcacaa5cf30af3c6bd /README.md
parentd6d26c8df0d1fcf54fe566faee9bfeb14208c9f3 (diff)
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
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```
4sh -c "$(curl -fsSL https://raw.githubusercontent.com/typebrook/settings/master/tools/install.sh)"
5```
6**via wget**
7```
8sh -c "$(wget -O- https://raw.githubusercontent.com/typebrook/settings/master/tools/install.sh)"
9```