Update the README.md (#910)

A few things within README.md and the getting-started.md guide were
outdated. I've gone over and quickly updated a few changes.
This commit is contained in:
Charlie Drage
2018-11-01 08:52:21 -04:00
committed by GitHub
parent 442fbe85a4
commit 2c807587d8
2 changed files with 25 additions and 30 deletions

View File

@@ -98,8 +98,7 @@ $ oc login -u developer -p developer
$ odo app create node-example-app
# Download the Node.js sample code
$ git clone https://github.com/openshift/nodejs-ex
$ cd nodejs-ex
$ git clone https://github.com/openshift/nodejs-ex && cd nodejs-ex
# From the directory where the sample code is located, add a component of type nodejs to your application
$ odo create nodejs
@@ -110,8 +109,6 @@ $ odo push
# Last, we'll create a way to access the application
$ odo url create
nodejs - nodejs-myproject.192.168.42.147.nip.io
# Test it / visit the URL
$ curl nodejs-myproject.192.168.42.147.nip.io
```