Move the system requirements to the README
This commit is contained in:
parent
d965a4cd24
commit
81d19ca196
|
|
@ -2,16 +2,15 @@
|
||||||
|
|
||||||
## Alpha Release
|
## Alpha Release
|
||||||
|
|
||||||
In the first alpha release, we want Zebra to participate in the network and replicate the Zcash chain state. We also want to validate proof of work and the transaction merkle tree, and serve blocks to peers.
|
In the first alpha release, we want Zebra to participate in the network and replicate the Zcash chain state.
|
||||||
|
We also want to validate proof of work and the transaction merkle tree, and serve blocks to peers.
|
||||||
|
|
||||||
### System Requirements
|
### System Requirements
|
||||||
|
|
||||||
Our CI tests that Zebra builds, passes its tests, and syncs to tip on the following configurations:
|
Our CI tests that Zebra builds, passes its tests, and syncs on recent Ubuntu Linux, macOS, and Windows.
|
||||||
* Ubuntu Linux ...
|
|
||||||
|
|
||||||
Our CI tests that Zebra builds and passes its tests on the following configurations:
|
See the [README](https://github.com/ZcashFoundation/zebra/blob/main/README.md#system-requirements)
|
||||||
* recent macOS ...
|
for specific system requirements.
|
||||||
* recent Windows ...
|
|
||||||
|
|
||||||
### Build Requirements
|
### Build Requirements
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue