Update README.md

This commit is contained in:
tschettervictor
2025-04-18 06:57:24 -06:00
committed by GitHub
parent b4f7739c70
commit 8e15dd9c43

View File

@@ -17,6 +17,12 @@ chmod +x slskd-install.sh
## Variables
These are the variables that are available to change along with their defaults and a description of what they do. Other variables should be left at defalut unless you have a good reason to change them.
FREEBSD_VERSION
- freebsd version to use for dotnet (currently defaults to 13)
- as of 04-18-2025 this needs to be 13
- if slskd fails to build, try changing this to 14
- this is the value found in the filenames at `/usr/local/share/dotnet/library-packs`
NODE_VERSION
- node version to use (currently defaults to 20)