README.md in brief-1.11.5 vs README.md in brief-1.11.6
- old
+ new
@@ -136,9 +136,22 @@
```ruby
# brief.rb
use "blueprint" # => $BRIEF_GEM/apps/blueprint
```
+This will give you access to all of the models and document types from
+that app.
+
+#### Creating your own app
+
+```bash
+brief help create app
+brief create app cookbook # => $HOME/.brief/apps/cookbook
+```
+
+This will let you start defining models, and then re-using this app
+across different writing projects.
+
## Other neat features (TODO)
### Special Link & Image Tags
- You can include the content from other documents pretty easily