diff --git a/install_erpnext.py b/install_erpnext.py index 341d4c5d71..1a802aefda 100644 --- a/install_erpnext.py +++ b/install_erpnext.py @@ -309,6 +309,8 @@ def post_install(install_path): print print "-"*80 + print "To change url domain, run: lib/wnf.py --domain example.com" + print "-"*80 print "Installation complete" print "Open your browser and go to http://localhost:8080" print "Login using username = Administrator and password = admin"