On Ubuntu 18, I installed Hugo as suggested here (from source):
mkdir $HOME/src
cd $HOME/src
git clone https://github.com/gohugoio/hugo.git
cd hugo
go install --tags extended
I then went to my project folder and run:
hugo server -w
I got this error message:
Command ‘hugo’ not found, but can be installed with:
sudo apt install hugo
How to fix this ?
Thank you,
Billal BEGUERADJ
