mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23:47 +00:00
Update README
This commit is contained in:
parent
a421570dc0
commit
a9b5e5dfb8
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,12 @@ or, to build the full suite of utilities:
|
||||||
make bor-all
|
make bor-all
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Build the beta client:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
go build -o bor-beta command/*.go
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The go-ethereum library (i.e. all code outside of the `cmd` directory) is licensed under the
|
The go-ethereum library (i.e. all code outside of the `cmd` directory) is licensed under the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue