From 186b97a39b63b430919d478a76262e441f67f087 Mon Sep 17 00:00:00 2001 From: Jamie Snape Date: Wed, 18 Mar 2015 15:52:07 -0400 Subject: [PATCH] Tweak installation instructions in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8c6cf0b4d..67ca63d51 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,15 @@ interface with existing workflows. ``` git clone https://github.com/midasplatform/Midas.git midas cd midas +chmod a+w core/configs/ data/ log/ tmp/ curl -sS https://getcomposer.org/installer | php php composer.phar install ``` +Full installation documentation is available at + + + ## License ## Midas Server is licensed under the Apache License, Version 2.0.