Issue #186 readme update

This commit is contained in:
Peter Cottle 2014-07-01 20:18:12 -07:00
parent ecd848625b
commit 22f106a34d

View file

@ -31,7 +31,8 @@ For some added fun, there is a "git golf" concept where we keep track of how man
### Level Builder
You can build levels with `build level`. The dialog will walk you through the process, and at the end you can `export level` to get a JSON blob. Paste that in a gist or directly into an issue and I can check it out / merge in your changes! You can also share this level directly with friends by having them run "import level"
You can build levels with `build level`. The dialog will walk you through the process, and at the end you can `export level` to get a JSON blob. Paste that in a gist or directly into an issue and I can check it out / merge in your changes! You can also share this level directly with friends by having them run "import level" or simply specify a gist ID in the url params like so:
http://pcottle.github.io/learnGitBranching/?gist_level_id=a84407351f9c9f0cb241
## How the app works / contributing functionality