you built hugo from source. so you have to (for example)
- have
hugo
in your PATH. - Copy the
hugo
binary in (for example) /usr/bin. - call
hugo
with the fullpath.
But if you’re not confident with Linux, just go the apt
road.
you built hugo from source. so you have to (for example)
hugo
in your PATH.hugo
binary in (for example) /usr/bin.hugo
with the fullpath.But if you’re not confident with Linux, just go the apt
road.