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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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/>