diff --git a/README.md b/README.md
deleted file mode 100644
index 45ae3a41062e..000000000000
--- a/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# libcamera: A complex camera support library for Linux, Android, and ChromeOS
-
-To build and install:
-```
-  meson build
-  cd build
-  ninja
-  ninja install
-```
diff --git a/README.rst b/README.rst
new file mode 100644
index 000000000000..9a8261ac8502
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,14 @@
+===========
+ libcamera
+===========
+
+**A complex camera support library for Linux, Android, and ChromeOS**
+
+To build and install:
+
+::
+
+  meson build
+  cd build
+  ninja
+  ninja install
