Skip to content

Commit

Permalink
Merge pull request #341 from jlebon/pr/fix-path
Browse files Browse the repository at this point in the history
README.md: fix path to build.sh
  • Loading branch information
openshift-merge-robot committed Sep 26, 2018
2 parents 1017c95 + a10ec42 commit 60991d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
After cloning this repository, the installer binary will need to be built by running the following:

```sh
./build.sh
hack/build.sh
```

This will create `bin/openshift-install`. This binary can then be invoked to create an OpenShift cluster, like so:
Expand Down

0 comments on commit 60991d8

Please sign in to comment.