๐ How to Install Hugo

MacOS
Installing via Homebrew
Package Manager is the most convenient method.
{{< terminal title="Install Packages with Homebrew on macOS" >}}
{{< /terminal >}}
Windows
Open powershell with Task Manager: Press win + x
, navigate to Windows PowerShell (Admin), make sure to select Run as administrator.
Check the execution policy:
If it shows Restricted, run the following command:
Install Chocolatey:
Verify the installation by typing in powershell:
Now, you can install Hugo using Chocolatey! ๐๐๐
{{< terminal title="Install Packages with Chocolatey on Windows" >}}
{{< /terminal >}}