Skip to content

Files

Latest commit

author
Hsieh Chin Fan
Nov 7, 2024
71ca287 · Nov 7, 2024

History

History
14 lines (11 loc) · 289 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 289 Bytes

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