diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-16 16:42:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-16 16:42:46 +0200 |
commit | 42c9d5111ad4e543a0ef32ee8a791f0fd19a9433 (patch) | |
tree | 1da84032538716c01b00fd447bc2f066dd0caf1a | |
parent | e0b5a94a4b98aa99369428af42216b308377c618 (diff) |
Add README note about tagged releases (#1927)
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md index 0a28170b7..ea7b20a5c 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ If you would like, you can [support the development of this project on Patreon][ - **Deployable via Docker** You don't need to mess with dependencies and configuration if you want to try Mastodon, if you have Docker and Docker Compose the deployment is extremely easy +## Checking out + +If you want a stable release for production use, you should use tagged releases. To checkout the latest available tagged version: + + git clone https://github.com/tootsuite/mastodon.git + cd mastodon + git checkout $(git describe --tags `git rev-list --tags --max-count=1`) + ## Configuration - `LOCAL_DOMAIN` should be the domain/hostname of your instance. This is **absolutely required** as it is used for generating unique IDs for everything federation-related |