after i extract with tar xvzf writefreely_0.12.0_linux_amd64.tar.gz
I get writefreely: command not found
"writefreely" and I'm getting "Command not found"
Hi @Tamir! Which operating system are you on?
If you’re on Linux, does it work if you run these commands?
tar xvzf writefreely_0.12.0_linux_amd64.tar.gz
cd writefreely
./writefreely
I overlooked that. Thank you.