Updated README.md

This commit is contained in:
clamsawd 2015-10-14 17:47:10 +02:00
parent 890b682ee7
commit 64d8b6a62e
3 changed files with 4 additions and 4 deletions

View File

@ -7,15 +7,15 @@ Mozilla Linux Script Installers
* Open the terminal. * Open the terminal.
* Clone the repository: `git clone https://github.com/clamsawd/mozilla-linux-scripts.git` * Clone the repository: `git clone https://github.com/clamsawd/mozilla-linux-scripts.git`
* Change directory: `cd mozilla-linux-scripts/scripts` * Change directory: `cd mozilla-linux-scripts/scripts`
* Change the permissions: `chmod +x firefox-install.bash` * Change the permissions: `chmod +x firefox-install`
* Run the scripts as root: `./firefox-install.bash` * Run the script as root: `./firefox-install`
* **Mozilla Thunderbird instructions:** * **Mozilla Thunderbird instructions:**
* Open the terminal. * Open the terminal.
* Clone the repository: `git clone https://github.com/clamsawd/mozilla-linux-scripts.git` * Clone the repository: `git clone https://github.com/clamsawd/mozilla-linux-scripts.git`
* Change directory: `cd mozilla-linux-scripts/scripts` * Change directory: `cd mozilla-linux-scripts/scripts`
* Change the permissions: `chmod +x thunderbird-install.bash` * Change the permissions: `chmod +x thunderbird-install`
* Run the scripts as root: `./thunderbird-install.bash` * Run the script as root: `./thunderbird-install`
_Note: The scripts are compatible with all GNU/Linux distributions._ _Note: The scripts are compatible with all GNU/Linux distributions._