diff --git a/README.md b/README.md index 1f286e0ddd..f87e6b11a5 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ The easiest way to start running your Appwrite server is by running our docker-c docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/install/appwrite:rw \ + -e version 0.5.0 \ appwrite/install ```