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