From 359b640ea2570b7dcc2970c2253a70c29b2abc85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Fri, 9 Dec 2022 14:50:56 +0100 Subject: [PATCH] Indicate devsetup's Makefile path Some given examples ask to execute `make` commands, however, this repository comes with multiple Makefile so its not clear where Makefile target are stored at first glance. These changes propose to indicate the path to go to before executing these examples, hence, the apropriate Makefile will be at hand for users. --- devsetup/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devsetup/README.md b/devsetup/README.md index 49c6134..f83a6b5 100644 --- a/devsetup/README.md +++ b/devsetup/README.md @@ -6,6 +6,7 @@ CRC installation requires sudo to create a NetworkManager dispatcher file in /et * `CRC_URL` and `KUBEADMIN_PWD` can be used to change requirements for CRC install. The default `KUBEADMIN_PWD` is `12345678` ```bash +cd /devsetup make crc ``` @@ -78,5 +79,6 @@ Now you can access the OCP environment All tools and specific version to develop operators for this Cloud Native OpenStack approch can be deployed via the download_tools make target. All components which don't get installed via rpm get installed to $HOME/bin or /usr/local/bin (go/gofmt). ```bash +cd /devsetup make download_tools ```