From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 1 Jul 2022 10:21:56 +0000 (+0100) Subject: Update FREEBSD.md X-Git-Tag: 4.1-rc1~24^2~119^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=354b73c21735d446c0ef712bb28bb5ad8fdf73b0;p=thirdparty%2Fshairport-sync.git Update FREEBSD.md --- diff --git a/FREEBSD.md b/FREEBSD.md index 5ebc3b22..f5ae942a 100644 --- a/FREEBSD.md +++ b/FREEBSD.md @@ -10,6 +10,8 @@ Shairport Sync can be built as an AirPlay 2 player (with [some limitations](http Overall, you'll be building and installing two programs. The first one is NQPTP, a companion app that Shairport Sync uses for AirPlay 2 timing, and the second one is Shairport Sync itself. Build and install NQPTP first. If you are building Classic Shairport Sync, NQPTP is unnecessary and can be omitted. +In the commands below, note the convention that a `#` prompt means you are in superuser mode and a `$` prompt means you are in a regular unprivileged user mode. You can use `sudo` *("SUperuser DO")* to temporarily promote yourself from user to superuser, if permitted. For example, if you want to execute `freebsd-update fetch` in superuser mode and you are in user mode, enter `sudo freebsd-update fetch`. + General ---- This build was done on a default build of `freebsd 12.3-RELEASE-p5`.