From 21c7049e0628326db7b22e08861f0c357eba4a71 Mon Sep 17 00:00:00 2001 From: Luis <112483151+lsileoni@users.noreply.github.com> Date: Thu, 7 Mar 2024 18:50:30 +0200 Subject: [PATCH] Point users towards compose in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ```