Installation
Quick install
Section titled “Quick install”Install the Dojo CLI with a single command:
curl -fsSL https://dojo.ninja/install.sh | shThis detects your OS and architecture automatically and installs the dojo binary to ~/.dojo/bin/.
Verify installation
Section titled “Verify installation”dojo --versionShell setup
Section titled “Shell setup”Add Dojo to your PATH if it’s not already:
# bashecho 'export PATH="$HOME/.dojo/bin:$PATH"' >> ~/.bashrc
# zshecho 'export PATH="$HOME/.dojo/bin:$PATH"' >> ~/.zshrc
# fishfish_add_path ~/.dojo/binUpdating
Section titled “Updating”To update to the latest version, run the install script again:
curl -fsSL https://dojo.ninja/install.sh | shSupported platforms
Section titled “Supported platforms”| Platform | Architecture | Status |
|---|---|---|
| macOS | Apple Silicon (arm64) | ✅ |
| macOS | Intel (x64) | ✅ |
| Linux | x64 | ✅ |
| Linux | arm64 | ✅ |
| Windows | x64 | 🚧 Coming soon |
Next steps
Section titled “Next steps”Once installed, follow the Quick Start guide to create your first repository.