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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2019-07-17 03:07:30 +0300
committerAsh McKenzie <amckenzie@gitlab.com>2019-07-17 03:07:30 +0300
commit734b2a67103bd318a164a4f765b1cde327c57137 (patch)
treeb785c6f2a13f9293a0645944d5b2122f0bcb2fbc
parent4f6ef88d975578fe118af097c7cb45cb7c8cbc64 (diff)
parent665f235344e1ccb10d9ac8f2b463c99fff773271 (diff)
Merge branch 'exiftool-homebrew' into 'master'
Install exiftool with OSX Homebrew See merge request gitlab-org/gitlab-development-kit!726
-rw-r--r--doc/prepare.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/prepare.md b/doc/prepare.md
index d5bd9c805cd..97abb48ce3f 100644
--- a/doc/prepare.md
+++ b/doc/prepare.md
@@ -46,7 +46,7 @@ We are using PostgreSQL 10 in the following example. If you want to use another
| We recommend manual installation of Node.js 12.x instead of using Homebrew to avoid breaking your development setup when you run `brew upgrade`. Install Node.js 12.x [manually](https://nodejs.org/en/download/) or use a tool like [NVM](https://github.com/creationix/nvm). If you want to use Homebrew, you can prevent it from upgrading the current Node.js formula by pinning it with `brew pin node@12`. |
```
-brew install git redis postgresql@10 libiconv pkg-config cmake go openssl coreutils re2 graphicsmagick node@12 gpg runit icu4c
+brew install git redis postgresql@10 libiconv pkg-config cmake go openssl coreutils re2 graphicsmagick node@12 gpg runit icu4c exiftool
brew install yarn --ignore-dependencies
brew link pkg-config
brew pin node@12