Skip to content

Commit 2ae8a7c

Browse files
authored
Update README.md
1 parent 7c75f16 commit 2ae8a7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ or by settings environment variables:
7474
[Install Golang 1.14 +](https://golang.org/dl/)
7575

7676
```
77-
$ go build github.com/SpectralOps/netz
7877
$ netz
7978
NAME:
8079
netz - netz cloud runner
@@ -127,7 +126,7 @@ On AWS with c4.8xlarge with 6 x NIC ~ 2.9M ~ 3.5M PPS => took 25 minutes
127126
##### Steps
128127
```bash
129128
$ git clone https://github.com/SpectralOps/netz
130-
$ cd netz
129+
$ cd netz/docker/
131130
$ docker build -t netz .
132131
$ 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
133132
```

0 commit comments

Comments
 (0)