diff -urP mkws/4.0.15/mkws/README mkws/4.0.16/mkws/README
--- mkws/4.0.15/mkws/README	Tue Oct  5 23:08:56 2021
+++ mkws/4.0.16/mkws/README	Wed Jan 26 00:29:04 2022
@@ -4,25 +4,19 @@
 
 ## Requirements
 
-We provide binaries for [Linux](https://mkws.sh/mkws@4.0.15.tgz),
-[macOS](https://mkws.sh/mkws-darwin@4.0.15.tgz),
-or [OpenBSD](mkws-openbsd@4.0.15.tgz). It can also run on
+We provide binaries for [Linux](https://mkws.sh/mkws@4.0.16.tgz) and
+[OpenBSD](mkws-openbsd@4.0.16.tgz). It can also run on
 [Windows](https://www.microsoft.com/windows) via the
-[Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10)
-for other UNIX like operating systems, you
-can build from sources.
+[Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) for other UNIX like operating systems, you can build from
+sources.
 
 ## Install `mkws`
 
 On a Linux machine, just download the archive from
-[https://mkws.sh/mkws@4.0.15.tgz](https://mkws.sh/mkws@4.0.15.tgz) or in
+[https://mkws.sh/mkws@4.0.16.tgz](https://mkws.sh/mkws@4.0.16.tgz) or in
 the terminal, assuming `curl` is installed, type:
 
-	curl -so - https://mkws.sh/mkws@4.0.15.tgz | tar -xzvf -
-
-On macOS, the command would be:
-
-	curl -so - https://mkws.sh/mkws-darwin@4.0.15.tgz | tar -xzvf -
+	curl -so - https://mkws.sh/mkws@4.0.16.tgz | tar -xzvf -
 
 ## Generate the Static Site