Skip to content

Commit

Permalink
docs: add install command to cli outro (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
runyasak authored Nov 19, 2024
1 parent b2e6bc2 commit 5d0c2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ export async function run(options: CliRunOptions = {}): Promise<void> {
await updateVscodeSettings(result)

p.log.success(c.green(`Setup completed`))
p.outro(`Now you can update the dependencies and run ${c.blue('eslint . --fix')}\n`)
p.outro(`Now you can update the dependencies by run ${c.blue('pnpm install')} and run ${c.blue('eslint . --fix')}\n`)
}

0 comments on commit 5d0c2a5

Please sign in to comment.