From 81d19ca196f1ffad79d15b0aa611602203cd1194 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 8 Dec 2020 07:45:05 +1000 Subject: [PATCH] Move the system requirements to the README --- book/src/dev/alpha-release-criteria.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/book/src/dev/alpha-release-criteria.md b/book/src/dev/alpha-release-criteria.md index 0fbe046f..be363aa7 100644 --- a/book/src/dev/alpha-release-criteria.md +++ b/book/src/dev/alpha-release-criteria.md @@ -2,16 +2,15 @@ ## 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 -Our CI tests that Zebra builds, passes its tests, and syncs to tip on the following configurations: -* Ubuntu Linux ... +Our CI tests that Zebra builds, passes its tests, and syncs on recent Ubuntu Linux, macOS, and Windows. -Our CI tests that Zebra builds and passes its tests on the following configurations: -* recent macOS ... -* recent Windows ... +See the [README](https://github.com/ZcashFoundation/zebra/blob/main/README.md#system-requirements) +for specific system requirements. ### Build Requirements