mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user