make linux build more clear

This commit is contained in:
Drew Weymouth
2024-05-27 12:19:37 -07:00
committed by GitHub
parent 96fed465d7
commit cb8dec3813
+2 -1
View File
@@ -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