docs: update scheduling instructions in Docker and setup documentation

This commit is contained in:
2025-11-03 19:28:43 +01:00
parent 43ed6cd7f8
commit a932f48425
3 changed files with 2 additions and 98 deletions

View File

@@ -154,8 +154,8 @@ async function fullSetup() {
if (['yes', 'y'].includes(start)) {
await runCommand(process.platform === 'win32' ? 'npm.cmd' : 'npm', ['run', 'start']);
} else {
log('\nFinished setup. To start later, run: npm start');
log('For automated scheduling, run: npm run start:schedule');
log('\nFinished setup. To start later, run: npm start');
log('For automated scheduling, use your OS scheduler (see docs/schedule.md).');
}
}