From 6e22dde4347ffb5ddeea29911875d9162e66acbc Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 28 Jan 2023 13:30:41 -0800 Subject: [PATCH] Add note about how to check out pre-0.1.0 code via a tag. For #2437 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4f78cd9b..87d15b301 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,11 @@ Owncast consists of two projects. 1. The Owncast backend written in Go. 1. The frontend written in React. -[Read more about running from source](https://owncast.online/docs/building/). +[Read more about running from source](https://owncast.online/development/). + +### Important note about source code and the develop branch + +The `develop` branch is always the most up-to-date state of development and this may not be what you always want. If you want to run the latest released stable version, check out the tag related to that release. For example, if you'd only like the source prior to the v0.1.0 development cycle you can check out the `v0.0.13` tag. ### Backend