Skip to content

Commit

Permalink
docs: add cargo install instructions (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Dec 23, 2023
1 parent 0047cb2 commit 859be77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

hitt is a command line HTTP testing tool focused on speed and simplicity.

## Install

hitt can be installed using Cargo, the package manager for Rust.

```sh
cargo install hitt
```

## Usage

To send a request create a file ending in `.http`.
Expand Down

0 comments on commit 859be77

Please sign in to comment.