From cb8dec3813e8568d3f71e978f68d343b3b850222 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Mon, 27 May 2024 12:19:37 -0700 Subject: [PATCH] make linux build more clear --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f426c0..bce8669 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ If you are running **Windows**, **Mac OS**, or a **Debian**-based Linux distro, ## Build instructions (Linux) ### Ubuntu dependencies -* ``sudo snap install --classic go``, and make sure the Go bin directory is in your `$PATH` +* ``sudo snap install --classic go`` +* Make sure the Go bin directory is in your `$PATH` (`export PATH=~/go/bin:$PATH`) * ``sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev`` ### Fedora dependencies