1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

docs: update windows powershell commands

This commit is contained in:
vimo 2022-10-19 16:37:46 +05:30
parent 61d6b435b3
commit c772844bcb

View file

@ -80,10 +80,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.0.3
```