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