From 2e77212d7dbad3ef61815866e830635b5dd9abdd Mon Sep 17 00:00:00 2001 From: Vasyl Herman Date: Sun, 28 Jun 2020 11:10:46 +0300 Subject: [PATCH] update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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