diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..5f215e983fcbf5c411df2dc96bcef98981337af1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# PeerTube
+This is Dockerised selfhosted Peertube with traefik
+
+[See Peertube repository](https://github.com/Chocobozzz/PeerTube)
+This docker-compose is based on official Peertube docker-compose
+
+## Install
+
+```bash
+cp .env.sample .env
+# Modify the .env
+
+docker-compose up
+```
diff --git a/Readme.md b/Readme.md
deleted file mode 100644
index 468613f461e5725f4f42b69753aa62973284af8e..0000000000000000000000000000000000000000
--- a/Readme.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# PeerTube
-
-## Install
-
-```bash
-cp .env.sample .env
-# Modify the .env
-
-docker-compose up
-```