Merge pull request #2831 from philippgille/patch-3
docs/MAKEFILE: Remove mention of dep and Glide
This commit is contained in:
commit
d736454599
@ -52,8 +52,7 @@ Compiles, tests, and installs `lnd` and `lncli`. Equivalent to
|
|||||||
|
|
||||||
`btcd`
|
`btcd`
|
||||||
------
|
------
|
||||||
Ensures that [`github.com/Masterminds/glide`][glide] is installed, and
|
Ensures that the [`github.com/btcsuite/btcd`][btcd] repository is checked out
|
||||||
that the [`github.com/btcsuite/btcd`][btcd] repository is checked out
|
|
||||||
locally. Lastly, installs the version of
|
locally. Lastly, installs the version of
|
||||||
[`github.com/btcsuite/btcd`][btcd] specified in `Gopkg.toml`
|
[`github.com/btcsuite/btcd`][btcd] specified in `Gopkg.toml`
|
||||||
|
|
||||||
@ -134,7 +133,7 @@ Compiles the `lnrpc` proto files.
|
|||||||
`scratch`
|
`scratch`
|
||||||
---------
|
---------
|
||||||
Compiles all dependencies and builds the `./lnd` and `./lncli` binaries.
|
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-race`](#unit-race).
|
||||||
|
|
||||||
`unit`
|
`unit`
|
||||||
@ -176,7 +175,5 @@ Arguments:
|
|||||||
Related: [`unit`](#unit)
|
Related: [`unit`](#unit)
|
||||||
|
|
||||||
[btcd]: https://github.com/btcsuite/btcd (github.com/btcsuite/btcd")
|
[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)
|
[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)
|
[goveralls]: https://github.com/mattn/goveralls (github.com/mattn/goveralls)
|
||||||
|
Loading…
Reference in New Issue
Block a user