From bf4758d1668ebc268da8deee556b09d4cd7d7402 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 16 Nov 2020 20:37:49 -0800 Subject: [PATCH] Update source building instructions to include the bundled admin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 903dd2d82..35e70ab4e 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Read [more detailed documentation about configuration of S3-compatible services] 1. Install the [Go toolchain](https://golang.org/dl/). 1. Clone the repo. `git clone https://github.com/owncast/owncast` 1. Follow the above [Getting Started](#getting-started) instructions, making sure ffmpeg exists and your config file is set. -1. `go run main.go` on the first run will download the required packages needed for the application to build. +1. `go run main.go pkged.go` on the first run will download the required packages needed for the application to build. 1. It will start running the same as in the above [Usage](#usage) instructions and you can point [OBS to your localhost](#usage-with-obs) instance of it. There is also a supplied `Dockerfile` so you can spin it up from source with little effort. [Read more about running from source](https://owncast.online/docs/building/).