Add asciinema / demo gif (#909)

Adds a demo gif to the README.md that shows us deploying a sample nodejs
application.

Closes https://github.com/redhat-developer/odo/issues/332
This commit is contained in:
Charlie Drage
2018-11-05 08:35:59 -05:00
committed by GitHub
parent da250f3c68
commit 56ecc2473f
3 changed files with 286 additions and 0 deletions

View File

@@ -19,6 +19,10 @@
OpenShift Do (Odo) is a CLI tool for developers who are writing, building, and deploying applications on OpenShift. With Odo, developers get an opinionated CLI tool that supports fast, iterative development which abstracts away Kubernetes and OpenShift concepts, thus allowing them to focus on what's most important to them: code.
### Demo
![demo](/docs/img/example.gif)
## Why Did We Create Odo?
Odo was created to improve the developer experience with OpenShift. We understand that, as developers, you want tools that help you be productive. What do you don't want, is to have to change the way you work or have to become an expert in Kubernetes or OpenShift just to get your work done.