install
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user