Skip to content

Commit

Permalink
docs: Extended the documentation for building NEAR CLI from the sourc…
Browse files Browse the repository at this point in the history
…e code
  • Loading branch information
frol authored Dec 22, 2024
1 parent 3fc78b6 commit c1590d2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ You can learn more about working with the configuration file [here](GUIDE.en.md#

## Building

_near CLI_ is written in Rust, so you'll need to install
Prerequisites:

* _near CLI_ is written in Rust, so you'll need to install
[Rust](https://www.rust-lang.org/) in order to compile it.
_near CLI_ compiles with Rust 1.64.0 (stable) or newer. In general, _near CLI_ tracks the latest stable release of the Rust compiler.
_near CLI_ compiles with Rust 1.80.0 (stable) or newer. In general, _near CLI_ tracks the latest stable release of the Rust compiler.
* libudev-dev (Debian/Ubuntu: `apt install libudev-dev`)

To build _near CLI_:

Expand All @@ -79,5 +82,5 @@ $ git clone https://github.com/near/near-cli-rs.git
$ cd near-cli-rs
$ cargo build --release
$ ./target/release/near --version
near 0.2.4
near 0.17.0
```

0 comments on commit c1590d2

Please sign in to comment.