File tree 1 file changed +6
-1
lines changed
doc/getting-started/getting-started
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,17 @@ pip3 install pytest
114
114
115
115
If you can't install ` lowdown ` , a version will be built in-tree.
116
116
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 ):
118
118
119
119
``` shell
120
120
sudo apt-get install -y cargo rustfmt protobuf-compiler
121
121
```
122
122
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
+
123
128
There are two ways to build core lightning, and this depends on how you want use it.
124
129
125
130
To 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