Nariman Jelveh 1 年之前
父节点
当前提交
435871179b
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -29,6 +29,8 @@ Puter is an advanced open-source desktop environment in the browser, designed to
 
 ## Getting Started
 
+### Local Development
+
 ```bash
 git clone https://github.com/HeyPuter/puter
 cd puter
@@ -40,6 +42,17 @@ This will launch Puter at http://localhost:4000 (or the next available port).
 
 <br/>
 
+### Using Docker
+
+```bash
+git clone https://github.com/HeyPuter/puter
+cd puter
+docker build -t puter .
+docker run puter
+```
+
+<br/>
+
 ## Deploy to Production
 
 Detailed guide on how to deploy Puter in production: [docs/prod.md](docs/prod.md)