aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: 35838dc8a65d8db7883a039f275f0060acd6a2eb (plain)
1
2
3
4
5
6
7
8
9
## Getting Started
**via curl**
```
curl -fsSL https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash
```
**via wget**
```
wget -O- https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash
```