diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2023-09-21 10:15:39 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2023-09-21 10:15:39 +0200 |
commit | b8c51ff6021de729b92e14918efae6a0f3e33ac0 (patch) | |
tree | 3cbfd71b78863ee8190bf785fd44a160b232f034 | |
parent | 309a8d813bf4f94a26e3cd2428dc226192ca00b0 (diff) | |
download | website-b8c51ff6021de729b92e14918efae6a0f3e33ac0.tar.gz website-b8c51ff6021de729b92e14918efae6a0f3e33ac0.zip |
docs: Add links to repo in 0.20 release note
-rw-r--r-- | content/en/docs/Releases/0_20.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/en/docs/Releases/0_20.md b/content/en/docs/Releases/0_20.md index 4e59f73..7f2ff9a 100644 --- a/content/en/docs/Releases/0_20.md +++ b/content/en/docs/Releases/0_20.md @@ -58,5 +58,13 @@ sudo make install and then reconfigure cmake and build Ouroboros as usual. +More information on how to use config files is in the example +configuration file, installed in /etc/ouroboros/irmd.conf.example, or +you can have a quick look in the +[repository](/cgit/ouroboros/tree/irmd.conf.in). + +The full git changelog can be browsed in +[cgit](/cgit/ouroboros/log/?showmsg=1). + |