add npm install . to README instructions

Signed-off-by: Scott Haddlesey <haddscot@amazon.com>
This commit is contained in:
haddscot 2024-03-04 11:03:42 -08:00
parent 65902c8346
commit 66fb17a183
1 changed files with 7 additions and 1 deletions

View File

@ -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