Skip to content

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 14 Apr 16:23

Installation

Quick Install (recommended):

curl -fsSL https://raw.githubusercontent.com/controlVector/cv-git/main/install.sh | bash

Debian/Ubuntu:

# Download and install .deb
wget https://github.com/controlVector/cv-git/releases/download/v1.4.2/cv-git_v1.4.2_amd64.deb
sudo dpkg -i cv-git_*.deb
sudo apt-get install -f

Manual:

# Download tarball and run install script
tar -xzf cv-git-*.tar.gz
cd cv-git-*
./install.sh

After Installation

cv doctor    # Check system status
cv init      # Initialize a repository
cv sync      # Build knowledge graph

Cross-Platform Binaries

Platform Architecture Download
Windows x64 cv-windows-x64.exe
macOS Intel (x64) cv-macos-x64
macOS Apple Silicon (arm64) cv-macos-arm64
Linux x64 (.deb) cv-git_*_amd64.deb