From e0c1e0915b554f656cc80f368b22f41665a06c0c Mon Sep 17 00:00:00 2001 From: logan Date: Wed, 15 May 2024 18:44:41 -0400 Subject: [PATCH] Update README.md add info for installing rust through brew --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49854303..3064fa20 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Documentation for Whisky. cd whisky-book ``` 3. Install [rust](https://www.rust-lang.org/tools/install) + You can also install it through [Homebrew](https://brew.sh/) with `brew install rust`. 4. Install [Node.js](https://nodejs.org/en/download/). You can also install it through [Homebrew](https://brew.sh/) with `brew install node`. 5. Install mdbook and the required preprocessors