Update README.md

Update the link to minishift and openshift site to get oc binary.
This commit is contained in:
Praveen Kumar
2018-05-31 14:02:31 +00:00
committed by GitHub
parent 01ab4bb64d
commit a8ee29a885

View File

@@ -64,8 +64,8 @@ Wanted to get started? Follow the instructions below or our [Katacoda tutorial](
### Requirements
- `minishift` or an OpenShift environment 3.7.0+, the best way to deploy a development environment is using [Minishift](https://www.katacoda.com/mjelen/courses/introduction/developing-with-odo).
- `oc` If you do not have it, there's an excellent guide on the [OpenShift site](https://www.katacoda.com/mjelen/courses/introduction/developing-with-odo) on how to install the latest client.
- `minishift` or an OpenShift environment 3.7.0+, the best way to deploy a development environment is using [Minishift](https://github.com/minishift/minishift).
- `oc` If you do not have it, there's an excellent guide on the [OpenShift site](https://docs.openshift.org/latest/cli_reference/get_started_cli.html#installing-the-cli) on how to install the latest client.
### Deploying a Node.js application using Odo