Skip to content

Commit

Permalink
Sarthak | Updates README with installation details
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakMakhija authored Aug 21, 2023
1 parent 50e93e6 commit 2490e70
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,26 @@ All we needed was a tool that can send load (or specific load) on target TCP ser

## Installation

### MacOS

1. **Download the current release**

`wget -o - https://github.com/SarthakMakhija/blast/releases/download/v0.0.1/blast_Darwin_x86_64.tar.gz`

3. **Unzip the release in a directory**

`mkdir blast && tar xvf blast_Darwin_x86_64.tar.gz -C blast`

### Linux AMD64

1. **Download the current release**

`wget -o - https://github.com/SarthakMakhija/blast/releases/download/v0.0.1/blast_Linux_x86_64.tar.gz`

2. **Unzip the release in a directory**

`mkdir blast && tar xvf blast_Linux_x86_64.tar.gz -C blast`

## Supported flags

| **Flag** | **Description** |
Expand Down

0 comments on commit 2490e70

Please sign in to comment.