From 81b7bafe731c4a065f0de95f94673ff7e5389484 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Wed, 28 Aug 2019 20:43:29 +0300 Subject: [PATCH] Updated docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd73b52db..b6ceb4cae 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ 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) +Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please notice that on non-linux native hosts the server might take a few minutes to start after installation completes. For complete API documentation, visit [https://appwrite.io/docs](https://appwrite.io/docs) ## Getting Started