From 206e3dc4a8d211606c4c39825ef46f6ef8be0e16 Mon Sep 17 00:00:00 2001 From: CapDog <34176400+capitalistdog@users.noreply.github.com> Date: Thu, 13 Oct 2022 08:41:32 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2f69b9a..ea22448c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ `Pub` enables your Lightning node with public Web API's, providing a framework for permissionless applications that depend on Lightning. - As a wrapper for [`LND`](https://github.com/lightningnetwork/lnd/releases), `Pub` also offers node operators Enterprise-class management capabilities. -- An optional SSL proxy service is included for ease of use through zero-configuration networking.
+- ~~An optional SSL proxy service is included for ease of use through zero-configuration networking.~~ Moving this to NOSTR relay
#### This repository is under rapid iteration and should only be used in development. @@ -47,7 +47,7 @@ For easy setup on your Laptop/Desktop, [a node wizard is available here.](https: ``` git clone https://github.com/shocknet/Lightning.Pub cd Lightning.Pub -yarn install +npm install ``` 3) Run with `yarn start -t` *(`-t` is recommended but [not required](#node-security))*