Hey @michael_henderson, I might have run into the bug you mention under Step 2: Install. hugo version says 0.18, but which hugo points to my hugo directory where only 0.17 can be found.
You mention running this command ll $( which hugo)but can’t get the command working.
I assume your error is something like -bash: ll: command not found (you’ll find in the long run that it helps to post information like that). If so, try ls -l $( which hugo ) instead. ll is a common (but not universal) alias for the ls -l command.