Skip to content

Commit a4ebbc4

Browse files
committed
fix: add -g flag to bundle install instructions
1 parent c60f44f commit a4ebbc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bundle.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const cliTarballPath = path.join(cliRoot, cliTarballName);
158158

159159
if (fs.existsSync(cliTarballPath)) {
160160
log(`Done! Tarball: ${cliTarballPath}`);
161-
log(`Install with: npm install ${cliTarballPath}`);
161+
log(`Install with: npm install -g ${cliTarballPath}`);
162162
log('When you run agentcore create, the bundled CDK constructs will be installed automatically.');
163163
} else {
164164
log(`Done! Check ${cliRoot} for the .tgz file.`);

0 commit comments

Comments
 (0)