Skip to content

Commit 5e2aace

Browse files
authored
docs(readme): mention make bootstrap (#105)
There are some dependencies that should be install by gem, but the README does not mention it.
1 parent bcfdeac commit 5e2aace

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,16 @@ The build produced does have some limitations:
3838

3939
- [Xcode](https://apps.apple.com/gb/app/xcode/id497799835?mt=12)
4040
- [Homebrew](https://brew.sh/)
41-
- All Homebrew formula listed in the `Brewfile`, which can all easily be
42-
installed by running:
43-
```
44-
brew bundle
45-
```
4641
- Ruby 2.3.0 or later is needed to execute the build script itself. macOS comes
4742
with Ruby, check your version with `ruby --version`. If it's too old, you can
4843
install a newer version with:
4944
```
5045
brew install ruby
5146
```
47+
- All dependencies can all easily be installed by running:
48+
```
49+
make bootstrap
50+
```
5251

5352
## Status
5453

0 commit comments

Comments
 (0)