diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..c3d8bce3a52d11457d708e4cb62ca19dcbb48a26
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# Installation instructions
+```sh
+helm repo add dynamic-provisioning https://git.420joos.dev/api/v4/projects/275/packages/helm/stable
+helm install my-pvc dynamic-provisioning/nfs-dynamic-provisioning --namespace my-namespace
+```