@@ -0,0 +1,15 @@
+# R
+
+R support is available through the [R extension](https://github.com/ocsmit/zed-r).
+
+## Installation
+
+* [Install R](https://cloud.r-project.org/)
+* Install the R packages `languageserver` and `lintr`:
+
+```R
+install.packages("languageserver")
+install.packages("lintr")
+```
+
+* Install the [R extension](https://github.com/ocsmit/zed-r) through Zed's extensions