From f3d94409947250cfe4a90a1606c23aebcd3f3fa6 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 11 Apr 2020 22:35:30 +0200 Subject: [PATCH] add documentation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 20e6723..ed613a3 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,17 @@ node src/index.js \ ...will show `XXX releases`. More help with `node src/index.js --help`. + +Installation +------------ + +Requirements: + +* node >= 10 +* yarn + +``` +$ git clone https://gitnet.fr/deblan/scraper.git +$ cd scraper +$ yarn +```