From b6c0dc9b5636b5a11ee1e3740350d39c2da1846f Mon Sep 17 00:00:00 2001 From: Borewit Date: Sat, 29 Dec 2018 12:13:43 +0100 Subject: [PATCH] Fix compile command using relative path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc85e08..e91034d 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file