```
https://ftp.openbsd.org/pub/OpenBSD
```
-Next, although it may not be necessary, [update the packages](https://unix.stackexchange.com/questions/23579/how-to-apply-updates-on-openbsd-netbsd-and-freebsd).
+Next, although it may not always be necessary, [update the packages](https://unix.stackexchange.com/questions/23579/how-to-apply-updates-on-openbsd-netbsd-and-freebsd).
```
# pkg_add -Uu
```
Building
----
-Install the following packages (e.g. using `pkg_add` in superuser mode) that are needed for Shairport Sync to be downloaded and built successfully:
+Install the following packages (e.g. using `pkg_add` in superuser mode) needed to download and build Shairport Sync:
```
autoconf automake automake popt libconfig git
```