aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: 1ab9a10a7da3e5beb36b297b27062c266a9261f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Getting Started

**via curl**

```
curl -fsS https://raw.githubusercontent.com/typebrook/helper/dev/bin/install.sh | bash

# Or shorter
curl -fsSL https://git.io/JUnU7 | bash
```
**via wget**
```
wget -O- https://raw.githubusercontent.com/typebrook/helper/dev/bin/install.sh | bash
```