Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpxchg16 committed May 2, 2021
1 parent 7c75f16 commit 2ae8a7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ or by settings environment variables:
[Install Golang 1.14 +](https://golang.org/dl/)

```
$ go build github.com/SpectralOps/netz
$ netz
NAME:
netz - netz cloud runner
Expand Down Expand Up @@ -127,7 +126,7 @@ On AWS with c4.8xlarge with 6 x NIC ~ 2.9M ~ 3.5M PPS => took 25 minutes
##### Steps
```bash
$ git clone https://github.com/SpectralOps/netz
$ cd netz
$ cd netz/docker/
$ docker build -t netz .
$ docker run -e PORT_TO_SCAN='9200' -e SUBNET_TO_SCAN='0.0.0.0/0' -e ZGRAB2_ENDPOINT='/' -e TASK_DEFINITION='docker' -v /tmp/:/opt/out --network=host -it netz
```
Expand Down

0 comments on commit 2ae8a7c

Please sign in to comment.