From e1e08ae9856904a1578f3287c6f76bdfeda8b77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yngve=20H=C3=B8iseth?= Date: Wed, 22 Jan 2020 22:53:06 +0100 Subject: [PATCH] Prevent "msgfmt: command not found" error --- README.development | 1 + 1 file changed, 1 insertion(+) diff --git a/README.development b/README.development index 6a8c443c1..7f7abada9 100644 --- a/README.development +++ b/README.development @@ -74,3 +74,4 @@ You can use homebrew to install some dependencies: $ brew install python mpv lame portaudio protobuf npm rustup-init gettext rename +$ brew link gettext --force