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