Update README.md

This commit is contained in:
bryanthaboi 2024-07-16 09:10:38 -04:00 committed by GitHub
parent 747d7dea89
commit 64e4299ac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 100
<br/>
### 🐙 Docker Compose
### 🐙 Docker Compose (non-windows)
```bash
@ -72,6 +72,19 @@ docker compose up
```
<br/>
### 🐙 Docker Compose (windows powershell)
```powershell
mkdir -p puter
cd puter
New-Item -Path "puter\config" -ItemType Directory -Force
New-Item -Path "puter\data" -ItemType Directory -Force
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml"
docker compose up
```
<br/>
### ☁️ Puter.com
Puter is available as a hosted service at [**puter.com**](https://puter.com).