Skip to content

Commit 47c5796

Browse files
committed
Merge pull request #1059 from smothiki/smothiki-documentationChange
docs(README.md): Update Documentation for creating Applicaiton
2 parents 4203637 + d759e1e commit 47c5796

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,16 @@ The `dev` cluster will be used as the default cluster for future `deis` commands
136136

137137
# Usage
138138

139+
## Clone an example application or use an existing one
140+
Example applications can be cloned from the Deis GitHub [organization](https://github.com/deis).
141+
Commonly-used example applications include [Helloworld (Dockerfile)](https://github.com/deis/helloworld), [Go](https://github.com/deis/example-go), and [Ruby](https://github.com/deis/example-ruby-sinatra).
142+
143+
139144
## Create an Application
140-
Create an application on the default `dev` cluster.
145+
From within the application directory, create an application on the default `dev` cluster:
141146

142147
```console
148+
$ cd example-ruby-sinatra
143149
$ deis create
144150
```
145151

0 commit comments

Comments
 (0)