README: remove make in docker guidance

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
Damien Grisonnet
2020-04-06 14:32:56 +02:00
parent 9a7ba10755
commit f4b8064899

View File

@@ -715,5 +715,5 @@ the following process:
2. Commit your changes (This is currently necessary due to our vendoring 2. Commit your changes (This is currently necessary due to our vendoring
process. This is likely to change in the future). process. This is likely to change in the future).
3. Update the pinned kube-prometheus dependency in `jsonnetfile.lock.json`: `jb update` 3. Update the pinned kube-prometheus dependency in `jsonnetfile.lock.json`: `jb update`
3. Generate dependent `*.yaml` files: `make generate-in-docker` 3. Generate dependent `*.yaml` files: `make generate`
4. Commit the generated changes. 4. Commit the generated changes.