diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b866f63895..9dc0772665 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,9 +24,9 @@ If you'd like to edit a specific devopsdays event site (and/or contribute code), 1. Install [Hugo](http://gohugo.io). Use the Hugo version that we use in [.github/workflows/hugo.yml](https://github.com/devopsdays/devopsdays-web/blob/main/.github/workflows/hugo.yml) file. [(Quick Install)](https://gohugo.io/getting-started/installing#binary-cross-platform) Examples of hugo installation with a version: - - maxOS: `brew install hugo@0.67.1` - - linux: `brew install hugo@0.67.1` - - windows: `choco install hugo -confirm --version 0.67.1 --allow-downgrade` + - maxOS: `brew install hugo@` (pull from [the netlify version](https://github.com/devopsdays/devopsdays-web/blob/main/netlify.toml#L21)) + - linux: `brew install hugo@` (pull from [the netlify version](https://github.com/devopsdays/devopsdays-web/blob/main/netlify.toml#L21)) + - windows: `choco install hugo -confirm --version --allow-downgrade` (pull from [the netlify version](https://github.com/devopsdays/devopsdays-web/blob/main/netlify.toml#L21)) ### View site locally