Merge pull request #2831 from philippgille/patch-3

docs/MAKEFILE: Remove mention of dep and Glide
This commit is contained in:
Olaoluwa Osuntokun 2019-03-26 20:54:38 -07:00 committed by GitHub
commit d736454599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,8 +52,7 @@ Compiles, tests, and installs `lnd` and `lncli`. Equivalent to
`btcd`
------
Ensures that [`github.com/Masterminds/glide`][glide] is installed, and
that the [`github.com/btcsuite/btcd`][btcd] repository is checked out
Ensures that the [`github.com/btcsuite/btcd`][btcd] repository is checked out
locally. Lastly, installs the version of
[`github.com/btcsuite/btcd`][btcd] specified in `Gopkg.toml`
@ -134,7 +133,7 @@ Compiles the `lnrpc` proto files.
`scratch`
---------
Compiles all dependencies and builds the `./lnd` and `./lncli` binaries.
Equivalent to [`lint`](#lint) [`dep`](#dep) [`btcd`](#btcd)
Equivalent to [`lint`](#lint) [`btcd`](#btcd)
[`unit-race`](#unit-race).
`unit`
@ -176,7 +175,5 @@ Arguments:
Related: [`unit`](#unit)
[btcd]: https://github.com/btcsuite/btcd (github.com/btcsuite/btcd")
[glide]: https://github.com/Masterminds/glide (github.com/Masterminds/glide)
[gometalinter]: https://gopkg.in/alecthomas/gometalinter.v1 (gopkg.in/alecthomas/gometalinter.v1)
[dep]: https://github.com/golang/dep/cmd/dep (github.com/golang/dep/cmd/dep)
[goveralls]: https://github.com/mattn/goveralls (github.com/mattn/goveralls)