diff --git a/documentation/readme.rst b/documentation/readme.rst index 9fffb7a..e17e5e3 100644 --- a/documentation/readme.rst +++ b/documentation/readme.rst @@ -441,6 +441,11 @@ Install the prerequisites zypper install go zypper install libbrotli-devel +* other Linux / FreeBSD / Apple macOS: + + * fetch and install Go from: https://golang.org/dl + * add ``/usr/local/go/bin`` to your ``PATH``; + * ``libbrotli-*`` is not required if building without Brotli support; (i.e. by adding ``-tags nobrotli`` to ``go build``);