From dc664af3c068332ad6f9ef52b5fcdca00ffd2f8e Mon Sep 17 00:00:00 2001 From: Matt Steele Date: Tue, 16 Nov 2021 21:30:05 -0600 Subject: [PATCH] Specify required Go version to compile from source (#1539) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6206381c..054844503 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ OBS, Streamlabs, Restream and many others have been used with Owncast. [Read mor ## Building from Source 1. Ensure you have the gcc compiler configured. -1. Install the [Go toolchain](https://golang.org/dl/). +1. Install the [Go toolchain](https://golang.org/dl/) (1.16 or above). 1. Clone the repo. `git clone https://github.com/owncast/owncast` 1. `go run main.go` will run from source. 1. Point your [broadcasting software](https://owncast.online/docs/broadcasting/) at your new server and start streaming.