diff --git a/README.md b/README.md index 0a010cf85..f0e724a3c 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ OBS, Streamlabs, Restream and many others have been used with Owncast. [Read mor ## Building from Source 1. Ensure you have pre-requisites installed. - - [gcc compiler](https://gcc.gnu.org/install/download.html) + - C compiler, such as [GCC compiler](https://gcc.gnu.org/install/download.html) or a [Musl-compatible compiler](https://musl.libc.org/) - [ffmpeg](https://ffmpeg.org/download.html) 1. Install the [Go toolchain](https://golang.org/dl/) (1.16 or above). 1. Clone the repo. `git clone https://github.com/owncast/owncast`