From 74ca2c226003d32e0c70fe8663015ba8d636b939 Mon Sep 17 00:00:00 2001 From: Oliver Powell Date: Wed, 20 Nov 2024 14:32:02 +0100 Subject: [PATCH] Update readme - Add prerequisites. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96e7fd81..47d89327 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,17 @@ Strawberry follows the specifications outlined in version [0.4.5](https://github - Written in Go for performance and reliability - Currently implementing M1 IMPORTER: State-transitioning conformance tests pass and can import blocks. -- Easy to configure and extend +- Easy to configure and extend. -## Installation +## Getting started -To install Strawberry, ensure you have Go installed on your system. Follow the steps below to get started: +### Prerequisites +- Make +- Go 1.22.5 or higher +- Rust 1.81.1 or higher + +### Installation +Follow the steps below to get started: 1. Clone the repository: ```bash