mriza / XMind-Linux-Installer

A simple BASH script to install XMind in Linux
GNU General Public License v3.0
54 stars 29 forks source link

Interpreter missing in point 4 of README.md #8

Closed ghost closed 6 years ago

ghost commented 6 years ago

The command in point 4 should be specified as sudo bash xmind-installer.sh username. The current command (sudo xmind-installer.sh username) does not contain an interpreter for the script, and will as such not work if copied verbatim.

Alternatively add a point instructing the user to make the script executable with chmod +x xmind-installer.sh, after which they can execute sudo ./xmind-installer.sh username.