← Back to Getting Started
Install on Linux
Get codrsync running on your Linux distribution
Using curl (recommended)
Works on all Linux distributions:
$ curl -fsSL https://codrsync.dev/install.sh | bashDistribution-specific notes
Ubuntu / Debian
curl is pre-installed. If missing: sudo apt install curl
Fedora / RHEL
curl is pre-installed. If missing: sudo dnf install curl
Arch Linux
curl is pre-installed. If missing: sudo pacman -S curl
Alternative methods
You can also use pip or npm if you prefer:
pip
$ pip install codrsyncnpm
$ npm install -g codrsyncVerify installation
$ codrsync --version