From cd0d1cfceb1c34035a39d601a5051b79b5edbe81 Mon Sep 17 00:00:00 2001 From: Perception Date: Sat, 2 Jan 2021 22:53:52 -0800 Subject: [PATCH] Update README w/ more db info --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dec50b4..8c6afc3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Search Engine for the Daily Stormer -# Installation +## Installation In the root of the project, do the following. @@ -13,6 +13,11 @@ npm i # Initialize database sqlite3 main.db < sql/ds.sql sqlite3 main.db < sql/ds.001.sql +sqlite3 main.db < sql/ds.002.sql + +# Alternatively, download a database snapshot. +wget http://dss.coincidencedetector.com/archive/dss-latest.db.gz +gzcat dss-latest.db.gz > main.db # Scrape articles; This may take a few days if done from scratch. bin/download-all