From 66fb17a183e7c4ddd708cc97fad3b88c8db076bc Mon Sep 17 00:00:00 2001 From: haddscot Date: Mon, 4 Mar 2024 11:03:42 -0800 Subject: [PATCH] add npm install . to README instructions Signed-off-by: Scott Haddlesey --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c31b686..2c05b80 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ The containerd site is built using the [Hugo](https://gohugo.io) static site gen In order to run the site locally, you'll need to install the version of Hugo specified using the `HUGO_VERSION` environment variable in [`netlify.toml`](netlify.toml). Instructions can be found in the [official Hugo documentation](https://gohugo.io/getting-started/installing/). -Once you have the proper Hugo version installed, run: +Once you have the proper Hugo version installed, install this package and its dependencies with: + +```shell +npm install . +``` + +Finally, run: ```shell make serve