docs(readme): mention make bootstrap (#105)

There are some dependencies that should be install by gem, but the README does not mention it.
This commit is contained in:
İsmail Efe
2024-06-20 22:27:59 +03:00
committed by GitHub
parent bcfdeacf95
commit 5e2aaceb84

View File

@@ -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