1
0
mirror of https://github.com/danog/PrimeModule.git synced 2024-11-26 20:34:37 +01:00

Update deps installation script

This commit is contained in:
Daniil Gentili 2017-05-06 21:30:31 +02:00
parent ef128d37c9
commit 4677420b08

View File

@ -10,6 +10,6 @@ git clone https://github.com/danog/PrimeModule-ext
cd PrimeModule-ext
make -j16
sudo make install
phpenv config-add primemodule.ini
cd ..