Explorar el Código

Fix compile command using relative path

pull/7/head
Borewit hace 6 años
padre
commit
b6c0dc9b56
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -113,5 +113,5 @@ run the `bin/compile` script. To do this, run the following commands:
git clone https://github.com/OPSnet/Logchecker
cd Logchecker
composer install
php -d phar.readonly=0 /bin/compile
php -d phar.readonly=0 bin/compile
```

Cargando…
Cancelar
Guardar