Skip to content

Commit d0b045c

Browse files
committed
Update hono CLI docs
1 parent 2c1958a commit d0b045c

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/src/frameworks/hono

1 file changed

+1
-1
lines changed

packages/cli/src/frameworks/hono/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class Hono implements Framework {
3838
async printInstallationComplete(projectUrl: string): Promise<void> {
3939
logger.info(
4040
boxen(
41-
"Automatic installation isn't currently supported for Hono.dev. \nFollow the steps in our manual installation guide: https://trigger.dev/docs/documentation/guides/manual/hono",
41+
"Automatic installation isn't currently supported for Hono.dev. \nFollow the steps in our quickstart installation guide: https://trigger.dev/docs/documentation/quickstarts/hono",
4242
{ padding: 1, margin: 1, borderStyle: "double", borderColor: "magenta" }
4343
)
4444
);

0 commit comments

Comments
 (0)