Skip to content

Commit acde127

Browse files
committed
Update CLI instructions copy
1 parent 6f8a91d commit acde127

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

index.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -367,16 +367,14 @@ function printNextSteps(
367367
🎉 Kernel app created successfully!
368368
369369
Next steps:
370+
brew install onkernel/tap/kernel
370371
cd ${appName}
371372
# Request early access for an API key: https://waitlist.onkernel.com/r/mZW2zz
372373
export KERNEL_API_KEY=<YOUR_API_KEY>
373-
${
374-
language === LANGUAGE_PYTHON
375-
? "uv venv && source .venv/bin/activate && uv sync"
376-
: ""
377-
}
378374
${deployCommand}
379375
${INVOKE_SAMPLES[language][template]}
376+
# Do this in a separate tab
377+
export KERNEL_API_KEY=<YOUR_API_KEY>
380378
kernel logs ${REGISTERED_APP_NAMES[language][template]} --follow
381379
`)
382380
);

0 commit comments

Comments
 (0)