Browse Source

Fix compile command using relative path

pull/7/head
Borewit 6 years ago
parent
commit
b6c0dc9b56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

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

Loading…
Cancel
Save