From df7f7d5048de676fa94bb1fffa1c812b883c191e Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Mon, 6 Mar 2023 09:11:57 -0800 Subject: [PATCH] readme - mention that Go bin should be in $PATH for building --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66fed8c..f1f1f7a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Download the latest release for your operating system. If you prefer to build fr ## Build instructions (Ubuntu) ### Install dependencies -* ``sudo snap install --classic go`` +* ``sudo snap install --classic go``, and make sure the Go bin directory is in your `$PATH` * ``sudo apt install libmpv-dev`` * ``sudo apt install gcc libegl1-mesa-dev xorg-dev`` @@ -54,7 +54,7 @@ Download the latest release for your operating system. If you prefer to build fr ## Build instructions (Mac OS) ### Install dependencies -* install go +* install go, and make sure the Go bin directory is in your `$PATH` * install Xcode command-line tools (``xcode-select --install``) * install libmpv (``brew install mpv``) * install dylibbundler (``brew install dylibbundler``) - needed only for building the .app bundle