From 04ecaa280c5e1fe5833d3d2e331b010ef12260e1 Mon Sep 17 00:00:00 2001 From: askiiart Date: Sat, 26 Aug 2023 13:46:48 -0500 Subject: [PATCH] Fix incomplete command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8ef759..6a4d376 100644 --- a/README.md +++ b/README.md @@ -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 .` \ No newline at end of file