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

Commit c656272

Browse files
committed
Change introductory wording
1 parent 2eca4b3 commit c656272

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Get the tool via
3838
$ go get -u github.com/golang/dep/cmd/dep
3939
```
4040

41-
To set up Dep on a project, run the following from your project root directory:
41+
To start managing dependencies using dep, run the following from your project root directory:
4242

4343
```sh
4444
$ dep init
@@ -47,8 +47,7 @@ $ dep ensure -update
4747

4848
`dep init` will do the following:
4949

50-
1. Look for [existing dependency management
51-
files](docs/FAQ.md#what-external-tools-are-supported) to convert
50+
1. Look for [existing dependency management files](docs/FAQ.md#what-external-tools-are-supported) to convert
5251
1. Back up your existing `vendor/` directory to
5352
`_vendor-TIMESTAMP/`
5453
1. Generate [`Gopkg.toml`](Gopkg.toml.md) and `Gopkg.lock` files

0 commit comments

Comments
 (0)