README.md in octopress-3.0.0.alpha5 vs README.md in octopress-3.0.0.alpha6
- old
+ new
@@ -17,9 +17,17 @@
$ gem install octopress
## Usage
+### Generating a new site
+
+To create a new scaffold of directories and files in a new directory named my_blog:
+
+```bash
+$ octopress new my_blog
+```
+
### Generating a new Post
```bash
$ octopress new post --title "My Title"
```