❓How to install Hugo

[[How to install]] [[Go]] [[Hugo]]

❓How to install Hugo in Ubuntu or Debian? {depreciated}

1
2
sudo apt install hugo
sudo apt install golang

❓How to install Hugo in Fedora or RHEL8 or above?

1
2
sudo dnf install hugo
sudo dnf install golang

❓How to install Hugo in macOS?

Firstly, install homebrew package manager: ![[How to install package manager#^75b4df]] Then:

1
2
brew install hugo
brew install golang

❓How to install Hugo in Windows?

Firstly, install scoop package manager if not existing: ![[How to install package manager#^75b4df]] Then:

1
2
scoop install hugo-extended
scoop install go
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy