Skip to content

Commit

Permalink
added build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyliber committed Jan 26, 2018
1 parent 1f0b164 commit 585b9c5
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## How to use gostorm?

- Download version for your OS
- Build or download version for your OS

- Run and paste url:
```bash
Expand All @@ -16,4 +16,24 @@ Enter site url: https://example.com
Enter number of streams: 500
```

- Check the site accessible
- Check the site accessible

## Build for your platform

Linux

```bash
GOOS=linux GOARCH=amd64 go build -o gostorm_lunux
```

iOS

```bash
GOOS=darwin GOARCH=amd64 go build -o gostorm_ios
```

Windows

```bash
GOOS=windows GOARCH=amd64 go build -o gostorm_windows
```

0 comments on commit 585b9c5

Please sign in to comment.