Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Release 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fbiville fbiville released this 10 Apr 15:54

Release announcement

Install the riff CLI

macOS

Homebrew

brew install riff

Binaries

curl -Lo riff-darwin-amd64.tgz https://github.com/projectriff/riff/releases/download/v0.3.0/riff-darwin-amd64.tgz
tar xvzf riff-darwin-amd64.tgz
sudo mv riff /usr/local/bin/

Linux

curl -Lo riff-linux-amd64.tgz https://github.com/projectriff/riff/releases/download/v0.3.0/riff-linux-amd64.tgz
tar xvzf riff-linux-amd64.tgz
sudo mv riff /usr/local/bin/

Windows

Chocolatey

choco install riff

Binaries

Download the riff-windows-amd64.zip file, extract the riff.exe application and add it to your path.

Install riff

Follow the Getting Started docs

Issues for this release

https://github.com/projectriff/riff/milestone/5?closed=1