diff --git a/README.md b/README.md index 8dd303dd..787da93b 100644 --- a/README.md +++ b/README.md @@ -111,10 +111,22 @@ https://docs.gitea.com/packages/packages/container `sudo python3 easy-installer.py --prod --email support@lasthourhosting.org --site erp.sprinklersnorthwest.com` +`bench use` should already be done by the installer. + Create a project through the dashboard with the sidebar, then login with the admin account and view the projects page through the other dashboard, you should see edits. +To update erpnext, ensure the "backend" container has git repositories in the frappe and erpnext apps: +`git init` +`git remote add upstream ` +`git fetch upstream ` +`git checkout --force` +`git clean -fd` + +Then from ./frappe-bench run: +`bench update` +