Update readme.

This commit is contained in:
Víðir Valberg Guðmundsson 2021-01-26 20:26:21 +01:00
parent 19d44dddd5
commit 23fbd70bc8
1 changed files with 1 additions and 1 deletions

View File

@ -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