mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 20:10:08 +02:00
📝 Adjust README
This commit is contained in:
@ -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:
|
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"]
|
"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.
|
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>
|
</details>
|
||||||
|
Reference in New Issue
Block a user