Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
remove osx from ci badge and add '-u' flag for install
Browse files Browse the repository at this point in the history
Currently not tested in OSX environment

Most newcomers don't know about -u.

Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
  • Loading branch information
zchee authored and sdboyer committed Jan 28, 2017
1 parent 86d271f commit 6a70bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dep

Linux & OSX: [![Build Status](https://travis-ci.org/golang/dep.svg?branch=master)](https://travis-ci.org/golang/dep) | Windows: [![Build status](https://ci.appveyor.com/api/projects/status/4pu2xnnrikol2gsf/branch/master?svg=true)](https://ci.appveyor.com/project/golang/dep/branch/master)
Linux: [![Build Status](https://travis-ci.org/golang/dep.svg?branch=master)](https://travis-ci.org/golang/dep) | Windows: [![Build status](https://ci.appveyor.com/api/projects/status/4pu2xnnrikol2gsf/branch/master?svg=true)](https://ci.appveyor.com/project/golang/dep/branch/master)

Dep is a prototype dependency management tool.

Expand All @@ -25,7 +25,7 @@ Please see below for feedback and contribution guidelines.
Get the tool via

```sh
$ go get github.com/golang/dep/...
$ go get -u github.com/golang/dep/...
```

Typical usage on a new repo might be
Expand Down

0 comments on commit 6a70bc2

Please sign in to comment.