README.textile in spinebox-0.0.2 vs README.textile in spinebox-0.0.3
- old
+ new
@@ -11,12 +11,16 @@
bc.. $ gem install spinebox
h3. Usage
-bc.. $ spinebox new blog
+bc.. # Create new project an start developing
+$ spinebox new blog
$ cd blog
$ spinebox server
+
+bc.. # Compile project for static serving
+$ spinebox compile
h3. Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)