Merge pull request #43 from lsileoni/master

Point users towards compose
This commit is contained in:
Eric Dubé
2024-03-07 12:06:30 -05:00
committed by GitHub

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