diff options
Diffstat (limited to 'README.md')
-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 | ``` | ||