Skip to content

Commit b80b3df

Browse files
dtrodriguesfornwall
authored andcommitted
add Homebrew installation instructions
1 parent 8d43b12 commit b80b3df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ Rust 1.74 or later is required.
4949
pacman -S rust-script
5050
```
5151

52+
#### Homebrew
53+
54+
`rust-script` can be installed from the [Homebrew](https://brew.sh/):
55+
56+
```sh
57+
brew install rust-script
58+
```
59+
5260
## Scripts
5361

5462
The primary use for `rust-script` is for running Rust source files as scripts. For example:

0 commit comments

Comments
 (0)