We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68ed37 commit 6cba554Copy full SHA for 6cba554
1 file changed
README.md
@@ -73,7 +73,7 @@ If the default `config.php` doesn't hold update information for this OEM, the co
73
4. To generate debug logs while developing:
74
- Create a `php.ini` in the root folder with the following content:
75
```
76
- error_log = /Users/camila/client_updater_server/test.log
+ error_log = ~/client_updater_server/test.log
77
log_errors = on
78
79
- Start the development php server with: `php -S 0.0.0.0:1234 -c php.ini -t .`.
0 commit comments