File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
doc/getting-started/getting-started Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,17 @@ pip3 install pytest
114114
115115If 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
120120sudo 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+
123128There are two ways to build core lightning, and this depends on how you want use it.
124129
125130To build cln to just install a tagged or master version you can use the following commands:
You can’t perform that action at this time.
0 commit comments