⚓ 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

  1. Clone the project tamada/peripherals from GitHub.
    • git clone https://github.com/tamada/peripherals.git
  2. Go to the cloned peripherals directory.
    • cd peripherals
  3. Compile the codes in the project.
    • make
  4. Move executables in to some directory for execution.
    • cp cmd/* /usr/local/bin