From 6699d9a26b83ef6f9dd9794e9681a1a7580f1c90 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Wed, 2 Sep 2020 02:35:22 +0000 Subject: [PATCH] Update Server-Setup.md --- docs/Server-Setup.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Server-Setup.md b/docs/Server-Setup.md index 9dbc090..706e48e 100644 --- a/docs/Server-Setup.md +++ b/docs/Server-Setup.md @@ -23,7 +23,6 @@ git clone https://github.com/janoside/btc-rpc-explorer.git cd /home/bitcoin/btc-rpc-explorer npm install - npm run build # startup via pm2 pm2 start bin/www --name "btc-rpc-explorer"