diff --git a/README.md b/README.md index f416eab6..68b5932a 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,12 @@ It takes care of complete setup to develop with Frappe/ERPNext and Bench, Includ - [ERPNext](https://github.com/frappe/erpnext#contributing) - [frappe/bench](https://github.com/frappe/bench) -## Development Setup Manual for beginners +## Manual Development Setup for beginners on Linux Desktop - install docker, docker-compose. - Clone the repo, cd into it - run `make start` if you are doing first time or `make clean` for clean installation - run `make tty` - you are inside the dev container - run `make clean-init` - run `make install` -- run `bench start` inside frappe-bench folder \ No newline at end of file +- run `bench start` inside frappe-bench folder +- Access your dev sever at [mysite.localhost:8000](mysite.localhost:8000) (Administrator\admin) \ No newline at end of file