mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
Add note about how to check out pre-0.1.0 code via a tag. For #2437
This commit is contained in:
parent
d8e558b4db
commit
6e22dde434
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue