From 09fb0f0b45da8590215eee8176b9a267d839090f Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Fri, 7 Oct 2022 09:04:41 +0200 Subject: [PATCH] Updated README about the upgrade command --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9118028..e93090d8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Use `zola serve` for a local preview or `zola build` to generate static site in `npm i && npm run format` will pretty-format Markdown and scss. +Upgrade npm dependencies with `npm run upgrade`, make sure that you have installed `npm-check-updates` package. + ## Deployment Every PR deploys a preview version of the site at unique url.