From 05e23171421eb47466af7920af36eaa74deac21b Mon Sep 17 00:00:00 2001 From: niftynei Date: Tue, 13 Sep 2022 14:33:54 -0500 Subject: [PATCH] doc/install: get rid of out of date mrkd / mistune install instructions --- doc/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 4f8169433..61bb039d5 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -77,7 +77,7 @@ There are two ways to build core lightning, and this depends on how you want use To build cln to just install a tagged or master version you can use the following commands: pip3 install --upgrade pip - pip3 install mako mistune==0.8.4 mrkd + pip3 install mako ./configure make sudo make install