aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2011-05-13 12:36:58 +0300
committerFilipp Lepalaan <filipp@mac.com>2011-05-13 12:36:58 +0300
commitc63171e653c7bca1f8b23dede30e60d398de35ae (patch)
tree73b862e115a3fd042f7f8d59c01e934eb32b7996 /README.md
parentf18fe95d034a73bc7a93ca48860fb010a8e01011 (diff)
downloadmain-c63171e653c7bca1f8b23dede30e60d398de35ae.tar.gz
main-c63171e653c7bca1f8b23dede30e60d398de35ae.tar.bz2
main-c63171e653c7bca1f8b23dede30e60d398de35ae.zip
fixes
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 ../..