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