v1.3.1
Installation
Quick Install (recommended):
curl -fsSL https://raw.githubusercontent.com/controlVector/cv-git/main/install.sh | bashDebian/Ubuntu:
# Download and install .deb
wget https://github.com/controlVector/cv-git/releases/download/v1.3.1/cv-git_v1.3.1_amd64.deb
sudo dpkg -i cv-git_*.deb
sudo apt-get install -fManual:
# Download tarball and run install script
tar -xzf cv-git-*.tar.gz
cd cv-git-*
./install.shAfter Installation
cv doctor # Check system status
cv init # Initialize a repository
cv sync # Build knowledge graphCross-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 |