diff --git a/instructions/Installation.md b/instructions/Installation.md index be5151a..fae14d8 100644 --- a/instructions/Installation.md +++ b/instructions/Installation.md @@ -20,7 +20,7 @@ sudo xbps-install gcc pkg-config alsa-lib-devel ### macOS Currently, you need to manually install `GTK 3` libraries, because they are dynamically loaded from the OS (*we need -help in using static linking*). Installation in the terminal: +help in using static linking*). One very straight-forward way to do this is by using [Homebrew](https://brew.sh/). Installation in the terminal: ```shell /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install gtk+3