Skip to content

Commit

Permalink
add Homebrew installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrodrigues authored and fornwall committed Jan 1, 2025
1 parent 8d43b12 commit b80b3df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b80b3df

Please sign in to comment.