diff --git a/INSTALL.md b/INSTALL.md
index 1ad602402..8a152932f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -192,11 +192,16 @@ sudo apt-get install build-essential qt5-qmake qt5-default qttools5-dev-tools li
#### Fedora:
+**Note that sqlcipher is not included in Fedora(!).**
+
+**This means that you have to compile sqlcipher yourself, otherwise compiling qTox will fail.**
```bash
sudo dnf group install "Development Tools"
sudo dnf install qt-devel qt-doc qt-creator qt5-qtsvg qt5-qtsvg-devel openal-soft-devel libXScrnSaver-devel qrencode-devel ffmpeg-devel qtsingleapplication qt5-linguist gtk2-devel
```
+**Go to [sqlcipher](#sqlcipher) section to compile it.**
+
#### openSUSE:
@@ -372,7 +377,7 @@ sudo make install
### sqlcipher
-If you are not using Fedora, skip this section, and go directly to installing [**toxcore**](#toxcore-dependencies).
+If you are not using Fedora, skip this section, and go directly to compiling [**toxcore**](#toxcore-compiling).
```bash
git clone https://github.com/sqlcipher/sqlcipher