Merge pull request #205 from resourcefactor/patch-2

Update README.md
This commit is contained in:
Revant Nandgaonkar
2020-04-22 18:42:00 +05:30
committed by GitHub

View File

@@ -2,7 +2,7 @@
## Prerequisites
In order to start developing you need to satisfy the folowing prerequisites:
In order to start developing you need to satisfy the following prerequisites:
- Docker
- docker-compose
@@ -140,7 +140,7 @@ bench start
```
You can now login with user `Administrator` and the password you choose when creating the site.
Your website will now be accessible on [on port 8000](http://locahost:8000)
Your website will now be accessible at location [mysite.localhost:8000](http://mysite.localhost:8000)
Note: To start bench with debugger refer section for debugging.
### Start Frappe with Visual Studio Code Python Debugging