aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c881fea..c4abea1 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ MAIN - the simple PHP framework
So a typical bootstrap would go something like this:
cd mysite
- mkdir system/lib data public system
- touch public/index.php data/error.log
+ mkdir -p system data public system/lib system/classes system/views
+ touch public/index.php data/error.log views/default.html
cd system/lib
git clone git://github.com/filipp/main.git
cd ../..