Skip to content

Instantly share code, notes, and snippets.

@cwpearson
Created May 29, 2017 19:09
Show Gist options
  • Save cwpearson/6adade165ddbe7f6ae940eef348757aa to your computer and use it in GitHub Desktop.
Save cwpearson/6adade165ddbe7f6ae940eef348757aa to your computer and use it in GitHub Desktop.
#! /bin/bash
set -e
git clone https://github.com/Masterminds/glide.git $GOPATH/src/github.com/Masterminds/glide
cd $GOPATH/src/github.com/Masterminds/glide
make build
cp -v glide ~/bin/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment