From 87bbc5a14be5d16923e73fdd0f37e64eff03770b Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 10 Dec 2021 10:49:45 +0100 Subject: [PATCH] README: add debian install instruction --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e9e4edc..6f72b19 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ First install node modules since this folder `npm install` +Debian +------ + +`apt install rollup npm node-rollup-plugin-buble node-rollup-plugin-node-resolve` NPM scripts