Skip to content

Commit

Permalink
Pretty up the README
Browse files Browse the repository at this point in the history
  • Loading branch information
wess committed Jan 20, 2016
1 parent 9eda07e commit 1fd7b7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,18 @@ To install, just run:
## Usage

Once Centerstage is installed, you can get started using it by running:

$ centerstage setup

This will download the project template from the repo and install it to private directory (~/.center-stage). You can also, optionally, pass a fork url of your Centerstage
project setup. When you pass your fork (fork of http://github.com/wess/center-stage), Centerstage will attempt to download your fork and setup the project template for create.
Example:

$ centerstage setup "http://github.com/<yourname>/center-stage"


Once setup, you create your new Centerstage project using:

$ centerstage create /path/to/project
$ cd /path/to/project
$ bundle install
Expand Down

0 comments on commit 1fd7b7d

Please sign in to comment.