Skip to content

Commit c00d005

Browse files
committed
mac hugo installation updated
1 parent d8da5f9 commit c00d005

File tree

1 file changed

+5
-2
lines changed
  • content/learning-paths/cross-platform/_example-learning-path

1 file changed

+5
-2
lines changed

content/learning-paths/cross-platform/_example-learning-path/setup.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,13 @@ The easiest way to download Hugo on Linux (Debian/Ubuntu) is using the package m
7373
```bash
7474
sudo apt install hugo
7575
```
76+
To install Hugo on macOS, first install Homebrew if it's not already installed, then use Homebrew to install Hugo:
7677

77-
You can also download Hugo for other operating systems from the [releases page](https://github.com/gohugoio/hugo/releases). Hugo works on all major operating systems and architectures.
78+
```bash
79+
brew install hugo
80+
```
7881

79-
Recent versions of Hugo between v0.81.0 to v0.111.3 will work.
82+
You can also download the latest version of Hugo for other operating systems from the [releases page](https://github.com/gohugoio/hugo/releases). Hugo works on all major operating systems and architectures.
8083

8184
For even more ways to install Hugo [check the documentation](https://gohugo.io/getting-started/installing).
8285

0 commit comments

Comments
 (0)