docs: docker instructions update in readme

This commit is contained in:
Jannat Patel
2023-03-14 13:19:27 +05:30
parent 8415abec6e
commit fc6a50b13f

View File

@@ -52,7 +52,7 @@ These are some of the tools it's built on:
You need Docker, docker-compose, and git setup on your machine. Refer to [Docker documentation](https://docs.docker.com/). After that, run the following commands: You need Docker, docker-compose, and git setup on your machine. Refer to [Docker documentation](https://docs.docker.com/). After that, run the following commands:
``` ```
git clone https://github.com/frappe/lms git clone https://github.com/frappe/lms
cd lms/docker cd apps/lms/docker
docker-compose up docker-compose up
``` ```