You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/cross-platform/_example-learning-path/setup.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,13 @@ The easiest way to download Hugo on Linux (Debian/Ubuntu) is using the package m
73
73
```bash
74
74
sudo apt install hugo
75
75
```
76
+
To install Hugo on macOS, first install Homebrew if it's not already installed, then use Homebrew to install Hugo:
76
77
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
+
```
78
81
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.
80
83
81
84
For even more ways to install Hugo [check the documentation](https://gohugo.io/getting-started/installing).
0 commit comments