mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 12:15:59 -04:00
Replaced sudo in OpenBSD with doas (#1891)
OpenBSD doesn't ship with sudo. It ships with the sudo alternative doas.
This commit is contained in:
parent
e3fcdea104
commit
660e7581cc
@ -57,7 +57,7 @@ sudo pkgin install go-hugo
|
||||
[OpenBSD] includes Hugo in its package repository. This will prompt you to select which flavor of Hugo to install:
|
||||
|
||||
```sh
|
||||
sudo pkg_add hugo
|
||||
doas pkg_add hugo
|
||||
```
|
||||
|
||||
[OpenBSD]: https://www.openbsd.org/
|
||||
|
Loading…
x
Reference in New Issue
Block a user