diff --git a/README.md b/README.md index cc54f1b..a03c387 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ The StreamGoose frontend is a Web-based (HTML5) application served by the messag ## Building and installation -### Linux/macOS +### Linux and macOS You need to have Go 1.23.1 and above and a POSIX-compatible "make". For Linux, you also need to have the `webkit2gtk-4.1` dev package installed. @@ -120,7 +120,7 @@ Then rerun the command from step 2. In case you don't want to build the GUI, you can run `make headless` or `make win64-headless` depending on the platform. In this case, a binary will be built where you'll be required to point any JS-enabled Web browser of your choice to `http://127.0.0.1:60053` to see the chat window. This can be useful when building StreamGoose on more exotic platforms not supported by the `webview_go` library. -Note that the `make win64-headless` command can be run on both Linux and Windows, all cross-compilation is done transparently in this case. +Note that the `make win64-headless` command can be run on any supported OS, all cross-compilation is done transparently in this case. ## Usage