diff --git a/README.md b/README.md index 37131d1d..80cf852a 100644 --- a/README.md +++ b/README.md @@ -2321,9 +2321,7 @@ if you want to change the fonts, see [./docs/rice/](./docs/rice/) become a *real* webserver which people can access by just going to your IP or domain without specifying a port -**if you're on windows,** then you just need to add the commandline argument `-p 80,443` and you're done! nice - -**if you're on macos,** sorry, I don't know +**if you're on windows or macos,** then you just need to add the commandline argument `-p 80,443` and you're done! nice **if you're on Linux,** you have the following 4 options: diff --git a/docs/devnotes.md b/docs/devnotes.md index a0ce6bc1..afb86d9f 100644 --- a/docs/devnotes.md +++ b/docs/devnotes.md @@ -447,6 +447,12 @@ build the sfx using any of the following examples: ./scripts/make-sfx.sh gz no-cm # gzip-compressed + no fancy markdown editor ``` +on macos, you need to download several GNU utilities before building: + +```zsh +brew install gsed gnu-tar findutils coreutils +``` + ## build from release tarball