Skip to content

Commit

Permalink
Update: after code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou, Wen committed Jun 14, 2022
1 parent d7e839a commit 6aa4287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ $ docker run rogerw/cassowary:v0.14.0 cassowary run -u http://www.example.com -c
For local development:

```bash
$ env GOOS=linux go build -o dist/docker
$ GOOS=linux go build -o dist/docker/cassowary cmd/cassowary/*.go
$ docker build -f dist/docker/Dockerfile -t test_cassowary dist/docker
$ docker run test_cassowary -u http://www.example.com -c 1 -n 10
```
Expand Down

0 comments on commit 6aa4287

Please sign in to comment.