1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

📝 Adjust README

This commit is contained in:
2022-01-04 00:21:52 +01:00
parent 7f320897be
commit e4c3e78a8a

View File

@ -249,11 +249,11 @@ To see which files are checked to determine availability, see [this file](./phpm
You can add your own apps by creating and editing a `~/.phpmon.conf.json` file, with the following entry:
<code>
<pre>
{
"scan_apps": ["Xcode", "Kraken"]
}
</code>
</pre>
You can put as many apps as you'd like in the `scan_apps` array, and PHP Monitor will check for the existence of these apps. You do not need to set the full path, just the name of the app should work. Not all apps support opening a folder, though, so your success might vary.
</details>