From 2f93b4980bada8a513e3d2cb2522477084df03c5 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 10 Dec 2021 18:05:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20application=20FAQ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2da0218..3c6b218 100644 --- a/README.md +++ b/README.md @@ -237,15 +237,9 @@ When you select and right-click on a domain, you can open these directories with The supported apps are: PhpStorm, Visual Studio Code, Sublime Text, Sublime Merge, iTerm. -For Visual Studio Code, you need to have `code` available in your PATH (`/usr/bin/local/code` is checked). -[More info](https://code.visualstudio.com/docs/editor/command-line) here. +All of these apps should just be detected correctly, no matter their location on your system. If you can open it using `open -a "appname"`, the app should be detected and work. If you have renamed the app, there might be an issue getting it detected. -For PhpStorm, you need to have `pstorm` available in your PATH (`/usr/bin/local/pstorm` is checked). -[More info](https://www.jetbrains.com/help/phpstorm/working-with-the-ide-features-from-command-line.html) here. - -For Sublime Text, Sublime Merge and iTerm, the apps need to be in your `/Applications` directory. - -To see which files are checked to determine availability, see [this file](./phpmon/Domain/Helpers/Editor.swift). +To see which files are checked to determine availability, see [this file](./phpmon/Domain/Helpers/Application.swift).