Browse Source

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

pull/2644/head
Gabe Kangas 3 years ago
parent
commit
6e22dde434
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 6
      README.md

6
README.md

@ -80,7 +80,11 @@ Owncast consists of two projects. @@ -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…
Cancel
Save