diff --git a/README.md b/README.md
index 931b5a8..28a933f 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,27 @@
-# publite_backend
+# publite backend
+
+
+
+
+
+## Overview
+
Backend for online ebook viewer publite
+
+## Deploy
+
+Simple docker deployment
+
+```bash
+# build docker image
+docker build . -t publite_backend
+
+# run it with docker
+docker run -p 8080:80 publite_backend
+```
+
+Dokku deployment with image from Docker Hub
+
+```bash
+dokku git:from-image publite_backend dm1sh/publite_backend:latest
+```
\ No newline at end of file