Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit 6add0a1

Browse files
Add suggestions made in the review in the Readme
1 parent 61a5c7a commit 6add0a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

memcached-operator/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,12 @@ $ sed -i "" 's|REPLACE_IMAGE|quay.io/example-inc/memcached-operator|g' deploy/op
5656

5757
### Installing
5858

59-
Run `make install` and check the operator and the example Memcached deployed and running in the cluster
59+
Run make install to install the operator. Check that the operator is running in the cluster, also check that the example Memcached service was deployed.
6060

6161
### Uninstalling
6262

6363
To uninstall all that was performed in the above step run `make uninstall`.
6464

65-
**NOTE:** To check what is done in the Make commands see the [Makefile](./Makefile)
66-
6765
[dep_tool]:https://golang.github.io/dep/docs/installation.html
6866
[go_tool]:https://golang.org/dl/
6967
[kubectl_tool]:https://kubernetes.io/docs/tasks/tools/install-kubectl/

0 commit comments

Comments
 (0)