Преглед на файлове

Point users towards compose in README

Luis преди 1 година
родител
ревизия
21c7049e06
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      README.md

+ 1 - 2
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
 ```
 
 <br/>