Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Brewfile2
-rw-r--r--doc/advanced_setup.md3
2 files changed, 3 insertions, 2 deletions
diff --git a/Brewfile b/Brewfile
index ee11f9dd..d359fd74 100644
--- a/Brewfile
+++ b/Brewfile
@@ -1,5 +1,7 @@
+# Install on all OSes
brew "hadolint"
brew "jq"
brew "yamllint"
+# Install on Mac only
brew "gnupg" if OS.mac?
diff --git a/doc/advanced_setup.md b/doc/advanced_setup.md
index 4fed952b..e5461cb0 100644
--- a/doc/advanced_setup.md
+++ b/doc/advanced_setup.md
@@ -3,8 +3,7 @@
Instead of relying on `make setup` in the [basic setup instructions](setup.md), you can install GitLab Docs
dependencies yourself. The dependencies are:
-- System dependencies. The list of required software is in `Brewfile`. Linux distributions should have all of those
- available as packages.
+- System dependencies. The list of required software is in [Brewfile](/Brewfile). On Linux, install these packages manually.
- Ruby.
- Node.js and Yarn.