This website works better with JavaScript.
Home
Explore
Help
Sign In
sharky555
/
Logchecker
Watch
1
Star
0
Fork
0
Code
Issues
6
Pull Requests
0
Releases
18
Wiki
Activity
Browse Source
Fix compile command using relative path
pull/7/head
Borewit
6 years ago
parent
b38c25a13d
commit
b6c0dc9b56
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
cd Logchecker
composer install
php -d phar.readonly=0
/
bin/compile
php -d phar.readonly=0 bin/compile
```
Write
Preview
Loading…
Cancel
Save