Open NobbZ opened 5 years ago
I suggest to either exactly specify where the user is expected to be when copying the binary to the designated location, or to strictly remove the references to the GUI and even download through
wget
/curl
.
Ah, I really like the wget
/curl
suggestion! That would simplify things pretty significantly.
The current instructions tell you to either use a context menu or the CLI to extract the downloaded archive:
On the following page then
mv exercism ~/bin/exercism
is done without specifying from where.Often users run that command from the
~/Download
folder, while some graphical systems will create an extra folderexercism
during unpacking.This often leads to users ending up having the exercism binary in
~/bin/exercism/exercism
and therefore~/bin/exercism
will fail with "is a directory".I suggest to either exactly specify where the user is expected to be when copying the binary to the designated location, or to strictly remove the references to the GUI and even download through
wget
/curl
.