From fb1f6dab2bfe69bc2282c153374e2ea8d4dfe32f Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 11 Jun 2017 07:52:55 -0600 Subject: [PATCH] readme: Explain branches --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc8a4da..2d31c5f3 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,15 @@ oragono mkcerts ``` **Note:** This installation will give you unsigned certificates suitable for testing purposes. -For real crets, look into [Let's Encrypt](https://letsencrypt.org/)! +For real certs, look into [Let's Encrypt](https://letsencrypt.org/)! + +### From Source + +You can also install this repo and use that instead! However, keep some things in mind if you go that way: + +`devel` branches are intentionally unstable, containing fixes that may not work, and they may be rebased or reworked extensively. + +The `master` branch _should_ usually be stable, but may contain database changes that either have not been finalised or not had database upgrade code written yet. Don't run `master` on a live production network. If you'd like to, run the latest tagged version in production instead. ## Configuration