Open
Bug 1956533
Opened 22 days ago
Updated 22 days ago
Installation Quick start: reminder to chmod +x install-module.pl before running
Categories
(Bugzilla :: Documentation, enhancement)
Bugzilla
Documentation
Tracking
()
UNCONFIRMED
People
(Reporter: kj.g.coop, Unassigned)
Details
Steps to reproduce:
Friendly note about the the Quick Starts directions. It instructs users to run the following command:
./install-module.pl Template Email::Sender Email::Address::XS DBD::MariaDB
Before you can, you need to make it executable:
chmod +x ./install-module.pl
Actual results:
I forgot to run the chmod command and received the following error:
-bash: ./install-module.pl: Permission denied
Expected results:
The instructions should remind users they need to make the file executable before attempting the above command.
Thank you!
Assignee: nobody → documentation
Product: bugzilla.mozilla.org → Bugzilla
QA Contact: default-qa
Version: Development → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•