From b80b3df3aedffc7d70fa86fb38d3b45b68e10c9c Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Sat, 26 Oct 2024 22:24:55 -0400 Subject: [PATCH] add Homebrew installation instructions --- docs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/README.md b/docs/README.md index 98e6931..bdc3564 100644 --- a/docs/README.md +++ b/docs/README.md @@ -49,6 +49,14 @@ Rust 1.74 or later is required. pacman -S rust-script ``` +#### Homebrew + +`rust-script` can be installed from the [Homebrew](https://brew.sh/): + +```sh +brew install rust-script +``` + ## Scripts The primary use for `rust-script` is for running Rust source files as scripts. For example: