diff --git a/README.md b/README.md index e8d43f1..25be095 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,10 @@ poe run-dev ## Docker -As an alternative process to manually installing & running the project, you can also docker, which should allow running -the project anywhere, without installing all of the dependencies manually. This is a lot more convenient way to run -projects, especially if you're not interested in doing any further development on it. Especially since the docker -compose file provided includes a MongoDB instance as well, so you won't need to set that up yourself. +As an alternative to manually installing & running the project, you can also use Docker, which simplifies deployment by +handling dependencies automatically in a containerized environment that will work consistently pretty much anywhere. +This approach is especially convenient if you're not interested in doing any further development of the project further. +Additionally, the provided Docker Compose file includes a MongoDB instance, eliminating the need to set it up yourself. First, you will need to have [Docker](https://docs.docker.com/engine/install/) and [Docker compose](https://docs.docker.com/compose/install/) installed. Once you have that, you can run: