Update README.md

This commit is contained in:
Eldad A. Fux
2020-05-24 00:45:11 +03:00
committed by GitHub
parent aad45c7d74
commit f85c471017
+1 -1
View File
@@ -64,7 +64,7 @@ docker run -it --rm \
docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/install/appwrite:rw ^
-e version=<?php echo APP_VERSION_STABLE; ?> ^
-e version=0.6.1 ^
appwrite/install
```