From 7e831adadff4dbe52322eb7c9740e4799f0973fe Mon Sep 17 00:00:00 2001 From: Zen Date: Fri, 4 Apr 2025 22:58:24 -0400 Subject: [PATCH] doc: updating rust details --- doc/getting-started/getting-started/installation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/getting-started/getting-started/installation.md b/doc/getting-started/getting-started/installation.md index 0d1ed9f23..9fb8fab18 100644 --- a/doc/getting-started/getting-started/installation.md +++ b/doc/getting-started/getting-started/installation.md @@ -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: