We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfdeac commit 5e2aaceCopy full SHA for 5e2aace
README.md
@@ -38,17 +38,16 @@ The build produced does have some limitations:
38
39
- [Xcode](https://apps.apple.com/gb/app/xcode/id497799835?mt=12)
40
- [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
46
- Ruby 2.3.0 or later is needed to execute the build script itself. macOS comes
47
with Ruby, check your version with `ruby --version`. If it's too old, you can
48
install a newer version with:
49
```
50
brew install ruby
51
+- All dependencies can all easily be installed by running:
+ ```
+ make bootstrap
52
53
## Status
54
0 commit comments