diff --git a/README.md b/README.md index 562437d5d1..d3b76648a2 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,15 @@ Full-stack web application framework that uses Python and MariaDB on the server ## Installation -* [Install via Docker](https://github.com/frappe/frappe_docker) -* [Install via Frappe Bench](https://github.com/frappe/bench) -* [Offical Documentation](https://frappeframework.com/docs/user/en/installation) -* [Managed Hosting on Frappe Cloud](https://frappecloud.com/frappe/signup) +### Production +* [Managed Hosting on Frappe Cloud](https://frappecloud.com/) +* [Easy install script using Docker images](https://github.com/frappe/bench/tree/develop#easy-install-script) +* [Manual install using Docker images](https://github.com/frappe/frappe_docker) + +### Development +* [Easy install script using Docker images](https://github.com/frappe/bench/tree/develop#easy-install-script) +* [Development installlation on bare metal](https://frappeframework.com/docs/user/en/installation) + ## Contributing