2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-09 14:50:58 +00:00

fix: README typo

This commit is contained in:
Revant Nandgaonkar 2020-04-22 18:40:19 +05:30
commit 11ce87b7d0

View File

@ -2,7 +2,7 @@
## Prerequisites
In order to start deveping you need to satisfy the following 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