diff --git a/README.md b/README.md index dcf275deb..d901ae95a 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ Appwrite backend server is designed to run in a container environment. Running y The easiest way to start running your Appwrite server is by running our docker compose file: ```bash -mkdir appwrite - && cd appwrite - && curl -o docker-compose.yml https://appwrite.io/docker-compose.yml - && docker-compose up -d --remove-orphans +mkdir appwrite-ce && \ +cd appwrite-ce && \ +curl -o docker-compose.yml https://appwrite.io/docker-compose.yml && \ +docker-compose up -d --remove-orphans ``` Go to http://localhost to access the Appwrite console from your browser. For complete API documentation, visit [https://appwrite.io/docs](https://appwrite.io/docs) @@ -72,4 +72,4 @@ All code contributions - including those of people having commit access - must g Fork the project, create a feature branch, and send us a pull request. -For security issues, please email [security@appwrite.io](mailto:security@appwrite.io) instead of posting a public issue in GitHub. \ No newline at end of file +For security issues, please email [security@appwrite.io](mailto:security@appwrite.io) instead of posting a public issue in GitHub.