Add note about how to check out pre-0.1.0 code via a tag. For #2437

This commit is contained in:
Gabe Kangas 2023-01-28 13:30:41 -08:00
parent d8e558b4db
commit 6e22dde434
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -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