Skip to content

Commit

Permalink
Merge pull request russellhaering#1 from pquerna/patch-1
Browse files Browse the repository at this point in the history
Add install via go get example
  • Loading branch information
russellhaering authored Jun 26, 2017
2 parents a3fdd02 + 90c73a4 commit 51e4aad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Hyperglide is an opinionated wrapper around Glide which supports only three oper
2. Updating a single dependency to the latest master (`hyperglide up <package>`)
3. Installing new dependencies, and only new dependencies (`hyperglide newdep`)

## Installing

```
go get -u github.com/russellhaering/hyperglide
```

## How it Works

### Updating Dependencies
Expand All @@ -30,4 +36,4 @@ When you run `hyperglide newdep`, hyperglide:
3. Runs `glide update -v`
4. Restores your `glide.yaml`

This will cause Glide to vendor any new dependencies referenced in your repository, without updating existing ones.
This will cause Glide to vendor any new dependencies referenced in your repository, without updating existing ones.

0 comments on commit 51e4aad

Please sign in to comment.