From c05f0fe5cb61fc369f9d6bd33e5d7830a1aa7e34 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 9 Dec 2021 19:53:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20FAQ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29a6961..e8be141 100644 --- a/README.md +++ b/README.md @@ -237,12 +237,14 @@ 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. -For Visual Studio Code, you need to have `code` available in your PATH. [More info](https://code.visualstudio.com/docs/editor/command-line) here. +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. + +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 (and Sublime Merge), the apps need to be in your `/Applications` directory. -For PhpStorm, both a standalone installation (in `/Applications`) and an installation via JetBrains Toolbox are can be detected. If you happen to have both installed, they are listed separately. - To see which files are checked to determine availability, see [this file](./phpmon/Domain/Helpers/Editor.swift).