mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 14:18:43 +08:00
Update README.md
This commit is contained in:
parent
747d7dea89
commit
64e4299ac0
15
README.md
15
README.md
@ -61,7 +61,7 @@ mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 100
|
|||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
### 🐙 Docker Compose
|
### 🐙 Docker Compose (non-windows)
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -72,6 +72,19 @@ docker compose up
|
|||||||
```
|
```
|
||||||
<br/>
|
<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.com
|
||||||
|
|
||||||
Puter is available as a hosted service at [**puter.com**](https://puter.com).
|
Puter is available as a hosted service at [**puter.com**](https://puter.com).
|
||||||
|
Loading…
Reference in New Issue
Block a user