diff --git a/README.md b/README.md
index 8643cdb..95f2b62 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,8 @@ Creates a new PHP development environment and mounts your project files.
 > 
 > **Required?** ❌
 > 
-> Do not install XDebug in your environment.
+> Do not install XDebug in your environment. Equivalent to setting `options.environment.php.xdebug = false`
+> in your project Spinner config.
 
 ## XDebug Setup
 
@@ -78,7 +79,7 @@ should be fairly universal.
 
 ### Server Settings
 
-- `File` -> `Settings` (`Preferences` on MacOS)
+- `File` -> `Settings`
 - `PHP` -> `Servers` -> `+`
 - Give your "server" a name and use the values shown below.
 
@@ -97,4 +98,7 @@ should be fairly universal.
 - `+` -> `PHP Remote Debug`
 - Give it a name
 - Use the server you created before
-- Use **SPINNER** as IDE key
\ No newline at end of file
+- Use **SPINNER** as IDE key
+
+Make sure you start listening when you want to debug by clicking the little bug icon in the 
+top right (by default) in PHPStorm.
\ No newline at end of file