Installing the CLI
Install the published foxora command with npm, Homebrew, or Scoop, then verify the binary before provisioning its runtime.
이 참조 페이지는 현재 영어로만 제공됩니다.
npm
npm install -g foxoraHomebrew
brew install foxora-ai/tap/foxoraScoop
scoop bucket add foxora https://github.com/foxora-ai/scoop-foxora
scoop install foxoraAfter installation, open a new terminal and run:
foxora --version
foxora setup
foxora doctorUse the package-manager routes above rather than an old copied shell-installer URL. npm requires a supported Node.js installation; the package declares its current engine requirement in the registry.
Expected result: foxora --version prints an installed version, setup prepares the runtime, and doctor can inspect it.