From 28ff2b604001eb98ca99487b92d8f252a1f53cc4 Mon Sep 17 00:00:00 2001 From: jahway603 <64485701+jahway603@users.noreply.github.com> Date: Thu, 20 Oct 2022 23:56:13 -0400 Subject: [PATCH] updated README with minimum go version required to compile (#2239) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0e724a3c..f4f3d5afd 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ OBS, Streamlabs, Restream and many others have been used with Owncast. [Read mor 1. Ensure you have pre-requisites installed. - 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. Install the [Go toolchain](https://golang.org/dl/) (1.17 or above). 1. Clone the repo. `git clone https://github.com/owncast/owncast` 1. `go run main.go` will run from source. 1. Visit `http://yourserver:8080` to access the web interface or `http://yourserver:8080/admin` to access the admin.