1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 23:26:38 +02:00

apt-get instead of aptitude

This commit is contained in:
Tanguy Le Faucheur 2023-11-20 14:22:10 +01:00
parent a321c5427a
commit 3766f26c87

View file

@ -13,7 +13,7 @@ Dependencies:
Installing dependencies:
```
sudo aptitude install php librsvg2-bin pdftk imagemagick potrace ghostscript locales
sudo apt-get install php librsvg2-bin pdftk imagemagick potrace ghostscript locales
```
Getting the source code: