diff --git a/README.md b/README.md
index 09b6cd40..9075285d 100644
--- a/README.md
+++ b/README.md
@@ -102,8 +102,22 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
Gemini CLI
- Follow the MCP guide
- using the standard config from above.
+Install the Chrome DevTools MCP server using the Gemini CLI.
+
+**Project wide:**
+
+```bash
+gemini mcp add chrome-devtools npx chrome-devtools-mcp@latest
+```
+
+**Globally:**
+
+```bash
+gemini mcp add -s user chrome-devtools npx chrome-devtools-mcp@latest
+```
+
+Alternatively, follow the MCP guide and use the standard config from above.
+