doc: updating rust details

This commit is contained in:
Zen
2025-04-04 22:58:24 -04:00
committed by ShahanaFarooqui
parent 260d62482b
commit 7e831adadf

View File

@@ -114,12 +114,17 @@ pip3 install pytest
If you can't install `lowdown`, a version will be built in-tree.
If you want to build the Rust plugins (currently, cln-grpc):
If you want to build the Rust plugins (currently, cln-grpc and clnrest, which changed from Python to Rust as of v25.02):
```shell
sudo apt-get install -y cargo rustfmt protobuf-compiler
```
> 📘
>
> If your build fails because of your Rust version, you might want to check out [rustup](https://rustup.rs/) to install a newer version
There are two ways to build core lightning, and this depends on how you want use it.
To build cln to just install a tagged or master version you can use the following commands: