Skip to content

Commit

Permalink
docs(readme): mention make bootstrap (#105)
Browse files Browse the repository at this point in the history
There are some dependencies that should be install by gem, but the README does not mention it.
  • Loading branch information
Ektaynot authored Jun 20, 2024
1 parent bcfdeac commit 5e2aace
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,16 @@ The build produced does have some limitations:

- [Xcode](https://apps.apple.com/gb/app/xcode/id497799835?mt=12)
- [Homebrew](https://brew.sh/)
- All Homebrew formula listed in the `Brewfile`, which can all easily be
installed by running:
```
brew bundle
```
- Ruby 2.3.0 or later is needed to execute the build script itself. macOS comes
with Ruby, check your version with `ruby --version`. If it's too old, you can
install a newer version with:
```
brew install ruby
```
- All dependencies can all easily be installed by running:
```
make bootstrap
```

## Status

Expand Down

0 comments on commit 5e2aace

Please # to comment.