From fdf0f9a3efd99d297f81abea07427b878db93ca2 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 15 Oct 2020 07:43:52 +0300 Subject: [PATCH] Updated setup examples --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f21472886..aa3707c042 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Table of Contents: - [SDKs](#sdks) - [Client](#client) - [Server](#server) +- [Contributing](#contributing) - [Security](#security) - [Follow Us](#follow-us) -- [Contributing](#contributing) - [License](#license) ## Installation @@ -53,7 +53,7 @@ docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="install" \ - appwrite/appwrite:0.7.0 + appwrite/appwrite:0.7.0 --version=0.7.0 ``` ### Windows @@ -65,7 +65,7 @@ docker run -it --rm ^ --volume //var/run/docker.sock:/var/run/docker.sock ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --entrypoint="install" ^ - appwrite/appwrite:0.7.0 + appwrite/appwrite:0.7.0 --version=0.7.0 ``` #### PowerShell @@ -75,7 +75,7 @@ docker run -it --rm , --volume /var/run/docker.sock:/var/run/docker.sock , --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw , --entrypoint="install" , - appwrite/appwrite:0.7.0 + appwrite/appwrite:0.7.0 --version=0.7.0 ``` Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please note that on non-linux native hosts, the server might take a few minutes to start after installation completes.