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

Commit 9217125

Browse files
committed
Fix wording
1 parent ad93f48 commit 9217125

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ everything here and write out the request, providing as much context as you can.
55
66
-->
77

8-
### What version of dep are you using (`dep version`)?
8+
### What version of `dep` are you using (`dep version`)?
99
<!--
10-
If not using release version what version of Go (`go version`)
11-
and `dep` (`git describe --tags`) are you using?
10+
If you installed `dep` via `go get`, report the version instead with
11+
`cd $GOPATH/src/github.com/golang/dep && git describe --tags`
1212
-->
1313

1414
### What `dep` command did you run?

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ brew install dep
4646
$ brew upgrade dep
4747
```
4848

49-
You can also install dep via
49+
If you're interested in hacking on `dep`, you can install via `go get`:
5050

5151
```sh
5252
go get -u github.com/dep/cmd/dep

0 commit comments

Comments
 (0)