Skip to content

Commit 9800e59

Browse files
committed
Remove redundant package from installation command
1 parent 7b96382 commit 9800e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/development_dependencies_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ $ sudo npm install --global yarn
129129
To install all run:
130130

131131
```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
132+
$ sudo pacman -S sqlite mariadb libmariadbclient mariadb-clients postgresql postgresql-libs redis memcached imagemagick ffmpeg mupdf mupdf-tools poppler yarn libxml2 libvips
133133
$ sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
134134
$ sudo systemctl start redis mariadb memcached
135135
```

0 commit comments

Comments
 (0)