From b82ebd9a7df559e63ee1a1f84dcb30631268c86d Mon Sep 17 00:00:00 2001 From: Sepehr Sobhani Date: Tue, 2 Oct 2018 18:21:26 -0400 Subject: [PATCH] Add reason cli installation to documentation The vscode plugin will not work unless the reason-cli is installed. I added a link to the documentation so people know to install it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d90e50..a9d6912 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Although syntax highlighting should display well in most themes we recommend and #### Reason - [Reason](https://reasonml.github.io/docs/en/installation) +- [reason-cli](https://github.com/reasonml/reason-cli) The Reason installation steps also installs Merlin for you, so you can skip the Merlin installation in the next section.