From 5722c18d3634f7cc5d450aea326b05ec27ba179f Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sat, 7 Jan 2023 15:10:27 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a99d01e..229f572 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ On first startup, the app will prompt you for your Subsonic server connection. T ### Build * ``go build .`` +* (note that the first build will take some time as it will download and build the UI library) ## 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`` * ``go build .`` +* (note that the first build will take some time as it will download and build the UI library)