소스 검색

Merge pull request #43 from lsileoni/master

Point users towards compose
Eric Dubé 1 년 전
부모
커밋
440e832237
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/>