aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2017-11-29 20:00:27 -0800
committerTyler Davis <tydavis@gmail.com>2017-11-29 20:00:27 -0800
commit65e8017eebaa626b191ed302c256ec804f6ef8ff (patch)
treec4db6d1c7c38dd14732e829656f9ef5f7f24ac74
parentcc5cf3673dbf9aa9d8a73220f9a3b979398bce63 (diff)
downloadshow-readiness-65e8017eebaa626b191ed302c256ec804f6ef8ff.tar.gz
show-readiness-65e8017eebaa626b191ed302c256ec804f6ef8ff.zip
Add a little more readme explanation
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 62defcc..2f236e4 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
A simple golang application to explore [liveness and readiness checks](http://kubernetes.io/docs/user-guide/pod-states/) in Kubernetes.
## To build
+In the cloned directory, run the following:
```
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -installsuffix netgo -ldflags '-w' .
```