Skip to content

Commit

Permalink
Update README link to dependency installation flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ropats16 committed Nov 5, 2023
1 parent 1f87844 commit 309f680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/src/helpers/installDependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const installDependencies = async ({ projectDir }: { projectDir: string }
} else {
(installSpinner ?? ora()).fail(
chalk.red(
"Failed to install dependencies! Please refer to https://github.com/labscommunity/starterkit#getting-started for troubleshooting steps to resolve this issue.\n"
"Failed to install dependencies! Please refer to https://github.com/labscommunity/starterkit#interactive for troubleshooting steps to resolve this issue.\n"
)
);

Expand Down

0 comments on commit 309f680

Please sign in to comment.