diff --git a/README-CN.md b/README-CN.md index e5423fdb81..739b1a1506 100644 --- a/README-CN.md +++ b/README-CN.md @@ -82,10 +82,10 @@ docker run -it --rm ^ #### PowerShell ```powershell -docker run -it --rm , - --volume /var/run/docker.sock:/var/run/docker.sock , - --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw , - --entrypoint="install" , +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:1.1.2 ```