Update README.md

This commit is contained in:
Drew Weymouth
2023-01-07 15:10:27 -08:00
committed by GitHub
parent 6a4eb09533
commit 5722c18d36
+2
View File
@@ -17,6 +17,7 @@ On first startup, the app will prompt you for your Subsonic server connection. T
### Build ### Build
* ``go build .`` * ``go build .``
* (note that the first build will take some time as it will download and build the UI library)
## Build (Mac OS) ## Build (Mac OS)
@@ -31,3 +32,4 @@ On first startup, the app will prompt you for your Subsonic server connection. T
- ``export LIBRARY_PATH=/opt/homebrew/lib:$LIBRARY_PATH`` - ``export LIBRARY_PATH=/opt/homebrew/lib:$LIBRARY_PATH``
* ``go build .`` * ``go build .``
* (note that the first build will take some time as it will download and build the UI library)