1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +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
```powershell ```powershell
docker run -it --rm , docker run -it --rm `
--volume /var/run/docker.sock:/var/run/docker.sock , --volume /var/run/docker.sock:/var/run/docker.sock `
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw , --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
--entrypoint="install" , --entrypoint="install" `
appwrite/appwrite:1.0.3 appwrite/appwrite:1.0.3
``` ```