doc/install: get rid of out of date mrkd / mistune install instructions

This commit is contained in:
niftynei
2022-09-13 14:33:54 -05:00
committed by Rusty Russell
parent 37fc0d8c6f
commit 05e2317142

View File

@@ -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