Building from Source

For contributors or those wanting the latest development version.

Prerequisites

Setup

bash
# Clone with submodules
git clone --recurse-submodules https://github.com/mattsolo1/grove-ecosystem.git
cd grove-ecosystem

# Run setup (builds all tools, configures PATH)
make setup

The setup script will:

  1. Build the grove CLI
  2. Create ~/.grove/bin and symlink binaries
  3. Build all ecosystem tools in parallel
  4. Offer to add ~/.grove/bin to your PATH
  5. Offer to configure global gitignore for grove files

Verify

bash
grove list