Skip to content

Commit

Permalink
Corrected node version
Browse files Browse the repository at this point in the history
  • Loading branch information
darshan-sj committed Feb 3, 2025
1 parent c4e752d commit a0f078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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). <br/>
Required go version: 1.19+
2. Install nodejs ([download](https://nodejs.org/en/download)). <br/>
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:

Expand Down

0 comments on commit a0f078b

Please sign in to comment.