Installation¶
Stack can be installed via Cargo or built from source.
Requirements¶
- Git 2.23 or later
- Rust 1.70+ (for building from source)
Install via Cargo¶
The easiest way to install Stack:
This installs the gt command globally.
Build from Source¶
For the latest development version:
# Clone the repository
git clone https://github.com/neul-labs/stkd
cd stkd
# Build and install
cargo install --path crates/stkd-cli
Verify Installation¶
Check that Stack is installed correctly:
You should see output like:
Shell Completions¶
Stack supports shell completions for bash, zsh, and fish.
Updating¶
To update to the latest version:
Uninstalling¶
To remove Stack:
Next Steps¶
- Quick Start - Get started in 5 minutes
- Authentication - Connect to GitHub or GitLab