Hugo Installation Guide
Last updated: August 3, 2023
Hugo Installation Guide
This guide will walk you through installing Hugo on Windows, macOS, and Linux systems.
System Requirements
- 64-bit processor
- Minimum 1GB RAM
- 100MB free disk space
Windows Installation
- Visit the Hugo Releases page
- Download the latest Windows zip file (hugo_xxx_Windows-64bit.zip)
- Extract the zip file to
C:\Hugo\bin
- Add
C:\Hugo\bin
to your PATH environment variable - Verify installation:
hugo version