tut yields an error when the ~/.config directory doesn't yet exist:
$ file ~/.config
/home/sjmulder/.config: cannot open `/home/sjmulder/.config' (No such file or directory)
$ tut
2022/11/08 23:25:50 couldn't create dirs. Error: mkdir /home/sjmulder/.config/tut: no such file or directory
$ mkdir ~/.config
$ tut
You will have to log in to your Mastodon instance to be able
to use Tut. The default protocol is https:// so you won't need
...
tut yields an error when the
~/.config
directory doesn't yet exist:It should probably create it automatically.