We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b96382 commit 9800e59Copy full SHA for 9800e59
guides/source/development_dependencies_install.md
@@ -129,7 +129,7 @@ $ sudo npm install --global yarn
129
To install all run:
130
131
```bash
132
-$ sudo pacman -S sqlite mariadb libmariadbclient mariadb-clients postgresql postgresql-libs redis memcached imagemagick ffmpeg mupdf mupdf-tools poppler yarn libxml2 libvips poppler
+$ sudo pacman -S sqlite mariadb libmariadbclient mariadb-clients postgresql postgresql-libs redis memcached imagemagick ffmpeg mupdf mupdf-tools poppler yarn libxml2 libvips
133
$ sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
134
$ sudo systemctl start redis mariadb memcached
135
```
0 commit comments