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]"