Skip to content

scip v0.5.0

Compare
Choose a tag to compare
@varungandhi-src varungandhi-src released this 26 Sep 04:02
· 8 commits to main since this release
33d8709

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

Download the CLI for your current platform using:

env \
  TAG="v0.5.0" \
  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