From 23fbd70bc8216e91f62c75aaaca02002bdba74e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Tue, 26 Jan 2021 20:26:21 +0100 Subject: [PATCH] Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62ff417..d20288b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Example recipe ``` {.sourceCode .bash} # Fetch .deb from Github -wget https://github.com/gohugoio/hugo/releases/download/v0.69.2/hugo_extended_0.69.2_Linux-64bit.deb -O hugo_extended.deb +wget https://github.com/gohugoio/hugo/releases/download/v0.80.0/hugo_extended_0.80.0_Linux-64bit.deb -O hugo_extended.deb # Install package sudo dpkg -i hugo_extended.deb