diff --git a/README.md b/README.md index fa88665206..9888293b5f 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,9 @@ Install: $ lib/wnf.py --reinstall $ lib/wnf.py --build -1. Setup Apache Conf from `conf/apache.conf` - - Allow cgi to handle `.py` files - - Rewrite to make clean urls - - Note: the document root is the `public` folder in your project folder +1. Run development serve: + $ lib/wnf.py --serve -1. Give ownership of the project folder to apache user (`www-data` or `apache`) to make .pyc files and upload files. - enjoy! ## wnf.py @@ -34,4 +30,4 @@ enjoy! ## License -wnframework is freely available to use under the MIT License \ No newline at end of file +wnframework is freely available to use under the MIT License