From 1687d2888e286da4a1498e244b292774e65a23eb Mon Sep 17 00:00:00 2001 From: narF Date: Sun, 9 Feb 2020 16:02:17 -0500 Subject: [PATCH] clarify installation steps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8803f82..4cdcca5 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ You need [node.js](https://nodejs.org/en/) to run Bibliogram. Versions before 12 1. `$ git clone https://github.com/cloudrac3r/bibliogram` If you are using a fork, be sure to actually install that fork instead! +1. `cd bibliogram` 1. `$ npm install --no-optional` (for Tor support, omit `--no-optional`) 1. Edit `/config.js` to suit your server environment 1. `$ npm start`