diff options
author | Brian Mock <brian@mockbrian.com> | 2017-05-04 09:50:36 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-04 15:50:36 +0200 |
commit | e37e84d210226594bfa0e247223fde540eb48cab (patch) | |
tree | 9e02fe035b177bd0022d4a529e122d34c19712f6 | |
parent | e57e6f509d19192dc32a1f18e5b1cc780dfd5fd1 (diff) |
Fixes #1830 adds link to development guide (#2783)
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index 804ad394b..ee53ba24e 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ If you would like, you can [support the development of this project on Patreon][ Mastodon tries to be as fast and responsive as possible, so all long-running tasks that can be delegated to background processing, are - **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 + +## Development + +Please follow the [development guide](https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Development-guide.md) from the documentation repository. ## Deployment |