Explorar el Código

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 hace 3 años
padre
commit
f711a41933
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      docs/installation/debian_based_en.md

+ 1
- 1
docs/installation/debian_based_en.md Ver fichero

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

```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


Cargando…
Cancelar
Guardar