commit ac0ca9763fd13895b3933e86e6376cabf33f38d5 parent 47e45bac4bfdd43ad53ca91a57c9a705fbb158ca Author: Yuval Langer <yuval.langer@gmail.com> Date: Mon, 8 Jan 2024 18:45:24 +0200 Add more stuff to the README file. Diffstat:
M | README.md | | | 10 | +++++++--- |
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -1,11 +1,15 @@ # An RSV implementation in GNU Guile. -You can read more about it on the [RSV Specification][1]. +You can read more about it on the [RSV Specification][1] and watch the +demonstration on [Youtube][2]. -Main repository is at <https://codeberg.org/kakafarm/guile-rsv/>. +Main repository is at [Codeberg.org][3]. ## Mirrors: -- <https://github.com/yuvallangerontheroad/guile-rsv> +- [Github][4]. [1]: https://github.com/Stenway/RSV-Specification +[2]: https://www.youtube.com/watch?v=tb_70o6ohMA +[3]: https://codeberg.org/kakafarm/guile-rsv/ +[4]: https://github.com/yuvallangerontheroad/guile-rsv