New README

This commit is contained in:
clamsawd 2015-11-19 16:29:36 +01:00
parent ef59d2a6f5
commit 3777bb790a

View File

@ -3,22 +3,27 @@ Mozilla Linux Script Installers
### How to install (or uninstall): ### How to install (or uninstall):
* **Mozilla Firefox instructions:** * **Install 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`
* Change the permissions: `chmod +x firefox-install` * Run as root: `make -f makefile.linux`
* Run the script as root: `./firefox-install`
* **Uninstall instructions:**
* **Mozilla Thunderbird instructions:** * Run as root: `make -f makefile.linux uninstall`
* Open the terminal.
* Clone the repository: `git clone https://github.com/clamsawd/mozilla-linux-scripts.git`
* Change directory: `cd mozilla-linux-scripts/scripts`
* Change the permissions: `chmod +x thunderbird-install`
* 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._
### How to use:
* **Firefox:**
* Open the terminal as root:
* Type the command: `firefox-install`
* **Thunderbird:**
* Open the terminal as root:
* Type the command: `thunderbird-install`
### External links: ### External links:
* [Mozilla official website](https://www.mozilla.org/) * [Mozilla official website](https://www.mozilla.org/)