From 8e35064f9360031269be9ad8546d52513c0f2e52 Mon Sep 17 00:00:00 2001 From: Zeno Jiricek Date: Thu, 5 Mar 2026 13:07:11 +1030 Subject: [PATCH] docs: make it more obvious where extension path comes from Since this subcmd is not listed in `surf --help`, it's probably a good first step to make the "getting started in 60secs more obvious" --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23d4ab1..2692ed3 100644 --- a/README.md +++ b/README.md @@ -56,16 +56,19 @@ Surf takes a different approach: # 1. Install globally npm install -g surf-cli -# 2. Load extension in Chrome +# 2. Get the extension path +surf extension-path + +# 3. Load extension in Chrome # - Open chrome://extensions # - Enable "Developer mode" # - Click "Load unpacked" # - Paste the path from: surf extension-path -# 3. Install native host (copy extension ID from chrome://extensions) +# 4. Install native host (copy extension ID from chrome://extensions) surf install -# 4. Restart Chrome and test +# 5. Restart Chrome and test surf tab.list ```