Skip to content

Commit 6084e59

Browse files
committed
Better docs.
1 parent f3ad8e3 commit 6084e59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/start.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
const RunServer = require('../dist/lib/server').RunServer;
66

77
if (!process.argv[2]) {
8-
console.error('Must provide "origin" as first argument');
8+
console.error(
9+
'Must provide "origin" as first argument. Use "file://" with Cacher Desktop, "https://app.cacher.io" for Web App.'
10+
);
911
process.exit(1);
1012
}
1113

0 commit comments

Comments
 (0)