rockstor / rockstor-website

Main rockstor.com webpage. As a community endeavour we welcome contributions / corrections. Be sure to add your name to the AUTHORS file when submitting changes.
Other
2 stars 3 forks source link

Update README.md re hugo version limitation #106

Closed phillxnet closed 3 hours ago

phillxnet commented 6 days ago

In the context of "Hugo v0.123.0 breaks downloads page #94", update README.md regarding this version limitation until we have a resolution for this upstream breaking change.

Linux X86_64 build host work-around:

cd ~/.local/bin
wget https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_extended_0.122.0_linux-amd64.tar.gz
tar zxvf hugo_extended_0.122.0_linux-amd64.tar.gz

N.B. slightly ill advised as multiple files in tar:

But enables use of existing user .local/bin path.