Merge pull request #4533 from vimode/doc-windows-powershell-installation-new-line-fix

docs: update windows powershell commands
This commit is contained in:
Christy Jacob
2022-12-20 15:40:37 +05:30
committed by GitHub
+4 -4
View File
@@ -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
```