From 483d90be8238ef5e0747f0f136f6e37d8d6fbcb3 Mon Sep 17 00:00:00 2001 From: "keroroxx520@gmail.com" Date: Wed, 25 Dec 2024 01:04:35 +0800 Subject: [PATCH] docs: update development guide to use Rust instead of Go --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 390ecb2573..683b532d4c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -4,7 +4,7 @@ This is a guide with helpful information for developers who want to contribute t ## Getting started -To build SP1, you must install [Go](https://go.dev/doc/install). You can run the test suite in SP1 core by running the following command: +To build SP1, you must install [Rust](https://www.rust-lang.org/tools/install). You can run the test suite in SP1 core by running the following command: ```bash cd core