Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@nkubala nkubala released this 02 Aug 18:50
· 811 commits to master since this release

Distribution

iDiff is distributed in binary form for Linux, OSX, and Windows systems for the v0.1.0 release. Binaries are available on Google Cloud Storage. The direct GCS links are:
Darwin/amd64
Linux/amd64
Windows/amd64

Installation

MACOS

curl -LO https://storage.googleapis.com/idiff/v0.1.0/iDiff-darwin-amd64 && mv iDiff-darwin-amd64 iDiff && chmod +x iDiff && sudo mv iDiff /usr/local/bin/

Feel free to leave off the sudo mv iDiff /usr/local/bin if you would like to add iDiff to your path manually.

Linux

curl -LO https://storage.googleapis.com/idiff/v0.1.0/iDiff-linux-amd64 && mv iDiff-linux-amd64 iDiff && chmod +x iDiff && sudo mv iDiff /usr/local/bin/

Feel free to leave off the sudo mv iDiff /usr/local/bin if you would like to add iDiff to your path manually.

Windows

Download the iDiff-windows-amd64.exe file, and rename it to iDiff.exe and add it to your path.

Dependencies:

Working Docker Engine

Usage

Documentation is available here