mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
Update Orca skill install command (#274)
This commit is contained in:
@@ -18,7 +18,8 @@ type CliSectionProps = {
|
||||
currentPlatform: string
|
||||
}
|
||||
|
||||
const ORCA_SKILL_INSTALL_COMMAND = 'npx skills add orca-cli'
|
||||
const ORCA_SKILL_INSTALL_COMMAND =
|
||||
'npx skills add https://github.com/stablyai/orca --skill orca-cli'
|
||||
|
||||
function getRevealLabel(platform: string): string {
|
||||
if (platform === 'darwin') {
|
||||
|
||||
Reference in New Issue
Block a user