README.md in pave-0.0.5 vs README.md in pave-0.0.6
- old
+ new
@@ -10,9 +10,15 @@
## Usage
$ pave new mywebsite
+This will download Concrete 5.6.2.1, unzip it into the `mywebsite`
+folder, remove extra folders, and build an app folder of commonly
+used folders (symlinked into the root folder so Concrete5 can find them).
+
+It also initializes a Git repo and adds the first ("Initial") commit.
+
## Contributing
0. Create an issue explaining what you'd like to do and get feedback
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)