Skip to content

Commit c3ab0b7

Browse files
committed
Added info about usage of npx skills tool
1 parent ce62b2a commit c3ab0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/create-smelter-app/src/installSkill.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const SMELTER_SKILL_NAME = 'live-composing-smelter';
77

88
export async function promptInstallSkill(directory: string): Promise<void> {
99
const installSkill = await confirmPrompt(
10-
'Would you like to install the Smelter TypeScript SDK skill for your AI coding assistant?'
10+
'Would you like to install the Smelter TypeScript SDK skill for your AI coding assistant with the `npx skills` tool?'
1111
);
1212

1313
if (installSkill) {

0 commit comments

Comments
 (0)