diff --git a/README.md b/README.md index 6879996b..9436bb2b 100644 --- a/README.md +++ b/README.md @@ -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 ```