This commit is contained in:
Chris Tate
2026-01-10 23:47:30 -06:00
parent aff8a056c6
commit a7e5de5e4f
6 changed files with 36 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/env node
const message = `
╔═══════════════════════════════════════════════════════════════════════════╗
║ agent-browser was installed successfully! ║
║ Please run the following command to download browser binaries: ║
║ ║
║ npx agent-browser install ║
║ ║
╚═══════════════════════════════════════════════════════════════════════════╝
`;
console.log(message);