diff --git a/README.md b/README.md index 7dbefa8fa..d3309d610 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ 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. Before running the installation command make sure you have [Docker](https://www.docker.com/products/docker-desktop) installed on your machine: ```bash -mkdir appwrite-ce && cd appwrite-ce && \ docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/install/appwrite:rw \