From 5e2aaceb84fd4099cd18b0550064935926266aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Efe?= Date: Thu, 20 Jun 2024 22:27:59 +0300 Subject: [PATCH] docs(readme): mention make bootstrap (#105) There are some dependencies that should be install by gem, but the README does not mention it. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5f30370..e7c0d83 100644 --- a/README.md +++ b/README.md @@ -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