Install hit

Hit is a single binary program and extremely easy to install. Below are installation instructions based on your Operating System (OS):

macOS

brew install hbagdi/tap/hit

Linux

Grab the binary from the release page and install:

curl -sL https://github.com/hbagdi/hit/releases/download/v0.2.0/hit_0.2.0_linux_amd64.tar.gz \
  -o /tmp/hit.tar.gz
tar -xf /tmp/hit.tar.gz -C /tmp
sudo cp /tmp/hit /usr/local/bin/

Verify hit installation

hit version

The command will print the version of hit installed on your system.

Using hit

Once installed, please head over to the quick-start guide to execute your first request.