Skip to content

scip v0.5.1

Latest
Compare
Choose a tag to compare
@varungandhi-src varungandhi-src released this 17 Oct 05:11
727d53e

See the CHANGELOG to see what's new in scip v0.5.1.

Download the CLI for your current platform using:

env \
  TAG="v0.5.1" \
  OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
  ARCH="$(uname -m | sed -e 's/x86_64/amd64/')" \
  bash -c 'curl -L "https://github.com/sourcegraph/scip/releases/download/$TAG/scip-$OS-$ARCH.tar.gz"' \
| tar xzf - scip