⚓ Install
🍺 Install by Homebrew
Simply type the following commands.
$ brew tap tamada/tap # <- only the first time
$ brew install peripherals
Install by Go
Simply type the following command.
$ go get github.com/tamada/peripherals
💪 Install your self
- Clone the project
tamada/peripherals
from GitHub.git clone https://github.com/tamada/peripherals.git
- Go to the cloned
peripherals
directory.cd peripherals
- Compile the codes in the project.
make
- Move executables in to some directory for execution.
cp cmd/* /usr/local/bin