From ced6fb178d55760fdf0897df404e7ac657e4d532 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Sat, 24 Aug 2019 22:17:22 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.