Merge pull request #573 from azer/develop
Fix link to geth-patches readme
This commit is contained in:
commit
6ed5997ff4
|
@ -14,7 +14,7 @@ It's written in Go and requires Go 1.8 or above.
|
|||
|
||||
It uses Makefile to do most common actions. See `make help` output for available commands.
|
||||
|
||||
status-go uses [forked ethereum-go](https://github.com/status-im/go-ethereum) with [some patches applied](https://github.com/status-im/status-go/geth-patches/) in it, located under [`vendor/` dir](https://github.com/status-im/status-go/tree/develop/vendor/github.com/ethereum/go-ethereum). See [geth-patches README](https://github.com/status-im/status-go/geth-patches/) for more info.
|
||||
status-go uses [forked ethereum-go](https://github.com/status-im/go-ethereum) with [some patches applied](https://github.com/status-im/status-go/geth-patches/) in it, located under [`vendor/` dir](https://github.com/status-im/status-go/tree/develop/vendor/github.com/ethereum/go-ethereum). See [geth-patches README](https://github.com/status-im/status-go/tree/develop/geth-patches) for more info.
|
||||
|
||||
# Build
|
||||
There are two main modes status-go can be built:
|
||||
|
|
Loading…
Reference in New Issue