← Back to install methods
Install with Homebrew
The macOS-native way to install codrsync
Install command
$ brew install ciroarendt/codrsync/codrsyncWhat it does
- 1Taps the codrsync formula repository
- 2Downloads the latest release from GitHub
- 3Installs codrsync and its dependencies
- 4Links the codrsync command to your PATH
Prerequisites
Homebrew must be installed (see homebrew.sh)
Verify installation
$ codrsync --versionYou should see the version number if the installation was successful.
Troubleshooting
Problem: brew: command not found
Solution: Install Homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Problem: Formula not found
Solution: Run: brew tap ciroarendt/codrsync