aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-03 10:13:14 +0800
committertypebrook <typebrook@gmail.com>2020-03-03 10:13:14 +0800
commit1cce0e133884bb562b44fa8dc368de6aa91fdb4b (patch)
tree6e0c5a3ce47aae91ba08a5deb5267c783f443f85 /README.md
parent8bf54a6e42aa231d730d7241ca1b7b908343cefa (diff)
parent5778c2a4ac992eb5908830677becedf7f34e99d3 (diff)
Merge remote-tracking branch 'origin/dev' into dev
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..c77e1c3
--- /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/dev/tools/install.sh)"
5```
6**via wget**
7```
8sh -c "$(wget -O- https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh)"
9```