From 6d8ace64f2397f7acc490b9baa77f42ebf12dcdc Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sun, 12 Apr 2020 19:33:06 +0800 Subject: [PATCH] add npm install in documentation --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a680ec8..54f23f2 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,11 @@ Deployment === 1. Complete all configuration files according to the sections below (otherwise the project won't build) -2. Run `wrangler publish` to upload to Cloudflare Workers -3. Set up correct routes in Cloudflare control panel -4. Add your own instance of Paprika to your Standard Notes as a plugin (instructions available below) -5. Publish! +2. Run `npm install --development` to install webpack and other node build dependencies. +3. Run `wrangler publish` to upload to Cloudflare Workers +4. Set up correct routes in Cloudflare control panel +5. Add your own instance of Paprika to your Standard Notes as a plugin (instructions available below) +6. Publish! Note that all configuration and themes will be included statically in the final binary. To modify any of them, you will need to re-run `wrangler publish` to rebuild the entire program.