From ef4057742b00cd9906150780ced15b1f7886b5bf Mon Sep 17 00:00:00 2001 From: Brayd Date: Sun, 15 Jan 2023 22:39:16 +0100 Subject: [PATCH] Add link to libolm repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5489e94..78c05d2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This bot is not suited for the use in big channels or by many users. Your OpenAI **Attention:** If you push your changes to this repository DO NOT push your login credentials or API Keys. If you accidentally do, change them immediately! ## Setup 1. Install Python3 and pip3 -2. Follow the README.md of the libolm repository to install libolm 3 or newer. You will need this for the bot to work in addition to the requirements.txt! +2. Follow the README.md of the [libolm repository](https://gitlab.matrix.org/matrix-org/olm) to install libolm 3 or newer. You will need this for the bot to work in addition to the requirements.txt! 3. Install e2e support for matrix-nio by running: ```bash pip3 install "matrix-nio[e2e]"