From 9133ba0f2ba302477de67ef2d4bed4e1150247a0 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 15 Sep 2011 15:26:54 +0530 Subject: [PATCH] fixed readme --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3327238f2f..27f86feb3c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ERPNext - Open Source + SAAS ERP +Version 2.0 + Includes Accounting, Inventory, CRM, Sales, Purchase, Projects, HRMS Built on Python / MySQL / wnframework @@ -9,7 +11,7 @@ Built on Python / MySQL / wnframework ## Platform -ERPNext is built on [wnframework](https://github.com/webnotes/wnframework) +ERPNext is built on [wnframework](https://github.com/webnotes/wnframework) (Version 2.0) ## Download and Install @@ -20,9 +22,18 @@ For download and install details, please go to [erpnext.org](http://erpnext.org) - [User / Functional](http://groups.google.com/group/erpnext-user-forum) - [Technical](http://groups.google.com/group/wnframework) -## Contributing +## Changes from wnframework version 1.7 -If you interested in contributing to ERPNext, you must go thorough the wnframework. The code is not easily understandable, but we are making a lot of effort to do it. +To update from wnframework version 1. + +1. set your html folder to the root of erpnext (rather than wnframework) +2. symlink wnframework as 'lib': + + ln -s path/to/wnframework lib + +3. to setup the versions db, run: + + python lib/wnf.py setup ## License