Browse Source

readme: Explain branches

tags/v0.8.1
Daniel Oaks 7 years ago
parent
commit
fb1f6dab2b
1 changed files with 9 additions and 1 deletions
  1. 9
    1
      README.md

+ 9
- 1
README.md View File

@@ -47,7 +47,15 @@ oragono mkcerts
47 47
 ```
48 48
 
49 49
 **Note:** This installation will give you unsigned certificates suitable for testing purposes.
50
-For real crets, look into [Let's Encrypt](https://letsencrypt.org/)!
50
+For real certs, look into [Let's Encrypt](https://letsencrypt.org/)!
51
+
52
+### From Source
53
+
54
+You can also install this repo and use that instead! However, keep some things in mind if you go that way:
55
+
56
+`devel` branches are intentionally unstable, containing fixes that may not work, and they may be rebased or reworked extensively.
57
+
58
+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.
51 59
 
52 60
 ## Configuration
53 61
 

Loading…
Cancel
Save