We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc9770 commit 846d2f8Copy full SHA for 846d2f8
doc/INSTALL.md
@@ -57,6 +57,7 @@ Clone lightning:
57
58
Build lightning:
59
60
+ ./configure
61
make
62
63
Running lightning:
@@ -105,6 +106,7 @@ $ cd lightning
105
106
107
Build and install lightning:
108
```
109
+$lightning> ./configure
110
$lightning> make
111
$lightning> sudo make install
112
@@ -143,6 +145,7 @@ Clone lightning:
143
145
144
146
147
148
+ $ ./configure
149
$ gmake
150
$ gmake install
151
@@ -193,6 +196,7 @@ Clone lightning:
193
196
194
197
195
198
199
200
$ make
201
202
0 commit comments