Skip to content

Commit 7e831ad

Browse files
ZenShahanaFarooqui
Zen
authored andcommitted
doc: updating rust details
1 parent 260d624 commit 7e831ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/getting-started/getting-started/installation.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,17 @@ pip3 install pytest
114114

115115
If you can't install `lowdown`, a version will be built in-tree.
116116

117-
If you want to build the Rust plugins (currently, cln-grpc):
117+
If you want to build the Rust plugins (currently, cln-grpc and clnrest, which changed from Python to Rust as of v25.02):
118118

119119
```shell
120120
sudo apt-get install -y cargo rustfmt protobuf-compiler
121121
```
122122

123+
> 📘
124+
>
125+
> If your build fails because of your Rust version, you might want to check out [rustup](https://rustup.rs/) to install a newer version
126+
127+
123128
There are two ways to build core lightning, and this depends on how you want use it.
124129

125130
To build cln to just install a tagged or master version you can use the following commands:

0 commit comments

Comments
 (0)