From a0f078be9e248fa7f2b2f26ed80ddd80d6b659de Mon Sep 17 00:00:00 2001 From: djagaluru Date: Mon, 3 Feb 2025 09:06:17 +0000 Subject: [PATCH] Corrected node version --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index a63f10963..21e5d5a77 100644 --- a/docs/install.md +++ b/docs/install.md @@ -93,7 +93,7 @@ Building from source is only supported for MacOS and Linux based platforms. 1. Install Go ([download](https://golang.org/doc/install)) on your development machine if it is not already installed, configure the [GOPATH](https://pkg.go.dev/cmd/go@master#hdr-GOPATH_environment_variable) environment variable if it is not already configured, and [test your installation](https://golang.org/doc/install#testing).
Required go version: 1.19+ 2. Install nodejs ([download](https://nodejs.org/en/download)).
- Required node version: v18.20.6 + Required node version: v18.20.6+ 3. Run the following commands to clone the repository and build it from source: