docs(INSTALL): Add cmake to Arch deps

reviewable/pr6380/r1
Anthony Bilinski 2021-09-22 02:37:29 -07:00
parent 76fc2f8b8a
commit 216a1fc1af
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ corresponding parts.
#### Arch Linux
```bash
sudo pacman -S --needed base-devel qt5 openal libxss qrencode ffmpeg opus libvpx libsodium sqlcipher
sudo pacman -S --needed base-devel qt5 openal libxss qrencode ffmpeg opus libvpx libsodium sqlcipher cmake
```