From cd6bc16d9e737b2358933c04b5a530c4050d1fb1 Mon Sep 17 00:00:00 2001 From: Travis Harrison Date: Thu, 18 Oct 2018 15:16:44 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ba26f5e..7a5cb0a9 100755 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ If you only need the statically compiled binary, you can extract it from the Doc ```bash docker create --name shock mgrast/shock:${TAG} docker cp shock:/go/bin/shock-server . +docker cp shock:/go/bin/shock-client . docker rm shock ```