From f1453aac8ec4042f34c24a44d3b29c2c8306f0df Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Tue, 26 Nov 2019 16:43:41 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc6cbb1d..297030a15 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Table of Contents: Appwrite backend server is designed to run in a container environment. Running your server is as easy as running one command from your terminal. You can either run Appwrite on your localhost using docker-compose or on any other container orchestration tool like Kubernetes, Docker Swarm or Rancher. -The easiest way to start running your Appwrite server is by running our docker-compose file: +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 && \