We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c573b commit cd6bc16Copy full SHA for cd6bc16
README.md
@@ -35,6 +35,7 @@ If you only need the statically compiled binary, you can extract it from the Doc
35
```bash
36
docker create --name shock mgrast/shock:${TAG}
37
docker cp shock:/go/bin/shock-server .
38
+docker cp shock:/go/bin/shock-client .
39
docker rm shock
40
```
41
0 commit comments