Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/cli/src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ export async function initCommand(
console.log(chalk.yellow("📋 Requirements:"));
console.log(chalk.gray(" • Internet connection"));
console.log(chalk.gray(" • Docker installed and running"));
console.log(chalk.gray(" • Account on at least one sandbox provider\n"));
console.log(chalk.gray(" • EITHER:"));
console.log(chalk.gray(" - Account on a cloud sandbox provider"));
console.log(chalk.gray(" - Dagger (for local sandboxes via Docker Hub)\n"));

// Parse CLI options
let providers: SANDBOX_PROVIDERS[] = [];
Expand Down