Skip to content

Commit

Permalink
Merge pull request #48 from 4383/makefile
Browse files Browse the repository at this point in the history
Indicate devsetup's Makefile path
  • Loading branch information
stuggi authored Dec 9, 2022
2 parents 89990da + 359b640 commit 951bab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devsetup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <install_yamls_root_path>/devsetup
make crc
```

Expand Down Expand Up @@ -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 <install_yamls_root_path>/devsetup
make download_tools
```

0 comments on commit 951bab6

Please sign in to comment.