Fix incomplete command

This commit is contained in:
askiiart 2023-08-26 13:46:48 -05:00
parent 7f7dfb563e
commit 04ecaa280c
No known key found for this signature in database
GPG key ID: 85505F3A2264FA01

View file

@ -5,5 +5,5 @@ Hugo in a Docker container
## Building
1. Download Dart Sass (linux-x64) from [here](https://github.com/sass/dart-sass/releases/latest), and extract it with `tar -xzf dart-sass-*.tar.gz`
2. Download Hugo from (linux-amd64) from [here](https://github.com/gohugoio/hugo/releases/latest) and extract it with `tar -xzf`
2. Download Hugo from (linux-amd64) from [here](https://github.com/gohugoio/hugo/releases/latest) and extract it with `tar -xzf hugo_*_linux-amd64.tar.gz --one-top-level`
3. Run `docker build .`