From 99c87e2f7551ecca700e006397f772e17aba512c Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 19 Mar 2020 21:01:47 +0200 Subject: [PATCH] Updated README --- README.md | 1 - 1 file changed, 1 deletion(-) 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 \