add npm install . to README instructions
Signed-off-by: Scott Haddlesey <haddscot@amazon.com>
This commit is contained in:
parent
65902c8346
commit
66fb17a183
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue