diff --git a/MAKE.md b/MAKE.md index 0a42aa0bf..65621492b 100644 --- a/MAKE.md +++ b/MAKE.md @@ -10,11 +10,11 @@ make make build make build para=true parallelized build make install + make run basic=true - services=bitcoind,lnd,docs,tor cluster=[true || remove] relay=[true || remove] services=bitcoind,lnd,lndg,rtl,thunderhub,docs,tor,dashboard,notebook - make run nocache=true verbose=true @@ -40,4 +40,5 @@ make make init && play help +## catch install commands ``` diff --git a/docs/docs/MAKE.md b/docs/docs/MAKE.md index 0a42aa0bf..65621492b 100755 --- a/docs/docs/MAKE.md +++ b/docs/docs/MAKE.md @@ -10,11 +10,11 @@ make make build make build para=true parallelized build make install + make run basic=true - services=bitcoind,lnd,docs,tor cluster=[true || remove] relay=[true || remove] services=bitcoind,lnd,lndg,rtl,thunderhub,docs,tor,dashboard,notebook - make run nocache=true verbose=true @@ -40,4 +40,5 @@ make make init && play help +## catch install commands ```