Browse Source

Debian installation guide: fix libmagic header package name

It's libmagic-dev in both Ubuntu and Debian.

Reported in private by NaiJi.
features/emoji_reactions_list
rinpatch 3 years ago
parent
commit
f711a41933
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/installation/debian_based_en.md

+ 1
- 1
docs/installation/debian_based_en.md View File

@@ -35,7 +35,7 @@ sudo apt full-upgrade
* Install some of the above mentioned programs: * Install some of the above mentioned programs:


```shell ```shell
sudo apt install git build-essential postgresql postgresql-contrib cmake libmagic-devel
sudo apt install git build-essential postgresql postgresql-contrib cmake libmagic-dev
``` ```


### Install Elixir and Erlang ### Install Elixir and Erlang


Loading…
Cancel
Save