We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a72d32 commit e3bc371Copy full SHA for e3bc371
commands/apps/claude/claude.js
@@ -1,7 +1,10 @@
1
#!/usr/bin/env node
2
3
-// Dependency: This script requires `chrome-cli` installed: https://github.com/prasmussen/chrome-cli
4
-// Install via homebrew: `brew install chrome-cli`
+// Dependencies:
+// This script requires the following software to be installed:
5
+// - `node` https://nodejs.org
6
+// - `chrome-cli` https://github.com/prasmussen/chrome-cli
7
+// Install via homebrew: `brew install node chrome-cli`
8
9
// Required parameters:
10
// @raycast.schemaVersion 1
0 commit comments