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:
authorRene Verschoor <rverschoor@gitlab.com>2019-07-16 18:43:04 +0300
committerRene Verschoor <rverschoor@gitlab.com>2019-07-16 18:43:04 +0300
commit665f235344e1ccb10d9ac8f2b463c99fff773271 (patch)
tree9ffb863bf63d28e644cb62a652a88239681f4127
parent17595f2cc1b61ba507f5b44fb96135eb6b77926e (diff)
Install exiftool with OSX Homebrew
-rw-r--r--doc/prepare.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/prepare.md b/doc/prepare.md
index 2bfba987a74..5c89b5806b2 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 LTS 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