Point users towards compose in README

This commit is contained in:
Luis
2024-03-07 18:50:30 +02:00
committed by GitHub
parent 435871179b
commit 21c7049e06
+1 -2
View File
@@ -47,8 +47,7 @@ This will launch Puter at http://localhost:4000 (or the next available port).
```bash
git clone https://github.com/HeyPuter/puter
cd puter
docker build -t puter .
docker run puter
docker compose up
```
<br/>