Releases: bibendi/dip
Releases · bibendi/dip
3.8.2
Starting from this release Dip will be provided in two ways. First one, like before, as a Ruby gem. Second one, from now, as a binary program. The plan is to make easier to install Dip on a developer machine that is not from the Ruby world. I think the next steps should be adding Ubuntu PPA and OSX brew tap.
Compiling to binary was made possible by ruby-packer
gem install dip -v 3.8.2
curl -L https://github.com/bibendi/dip/releases/download/v3.8.2/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip