README.md (289B)
1 ## Getting Started 2 3 **via curl** 4 5 ``` 6 curl -fsS https://raw.githubusercontent.com/typebrook/helper/dev/bin/install.sh | bash 7 8 # Or shorter 9 curl -fsSL https://git.io/JUnU7 | bash 10 ``` 11 **via wget** 12 ``` 13 wget -O- https://raw.githubusercontent.com/typebrook/helper/dev/bin/install.sh | bash 14 ```