Re: !help failed to install spiff
Guruprakash S <prakash.guru4@...>
Hi Mingfei,
Please check for the spiff releases at the URL Gwenn has provided. You may also try this one liner for spiff installation. mkdir spiff && cd spiff && wget --no-check-certificate https://github.com/cloudfoundry-incubator/spiff/releases/download/v1.0.7/spiff_linux_amd64.zip && unzip spiff_linux_amd64.zip && echo 'export PATH=$HOME/spiff:$PATH' >> ~/.bash_profile && source ~/.bash_profile Thanks, Guru On Thu, Aug 6, 2015 at 4:25 AM, Gwenn Etourneau <getourneau(a)pivotal.io> wrote: Works for me https://github.com/cloudfoundry-incubator/spiff/releases |
|