Files
chrome-use/scripts/postinstall.js
T
2026-01-10 23:47:30 -06:00

14 lines
939 B
JavaScript

#!/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);