Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
- Add prerequisites.
  • Loading branch information
greywolve committed Nov 20, 2024
1 parent d995efa commit 74ca2c2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74ca2c2

Please sign in to comment.