mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-14 19:20:04 -04:00
parent
6fb6ae8aee
commit
f6e31d3147
2 changed files with 2 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
v14
|
||||
v16
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ The Docker image is pre-built with all the website dependencies installed, which
|
|||
|
||||
### With Node
|
||||
|
||||
If your local development environment has a supported version (v10.0.0+) of [node installed](https://nodejs.org/en/) you can run:
|
||||
If your local development environment has a supported version (v16+) of [node installed](https://nodejs.org/en/) you can run:
|
||||
|
||||
- `npm install`
|
||||
- `npm start`
|
||||
|
|
@ -78,7 +78,6 @@ This file can be standard Markdown and also supports [YAML frontmatter](https://
|
|||
title: 'My Title'
|
||||
description: "A thorough, yet succinct description of the page's contents"
|
||||
---
|
||||
|
||||
```
|
||||
|
||||
The significant keys in the YAML frontmatter are:
|
||||
|
|
|
|||
Loading…
Reference in a new issue