NEW README (README.md)
This commit is contained in:
parent
4c387c02ab
commit
0557f8a5d5
25
README.md
Normal file
25
README.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
Mozilla Linux Script Installers
|
||||
===============================
|
||||
|
||||
### How to install (or uninstall):
|
||||
|
||||
* **Mozilla Firefox instructions:**
|
||||
* 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 firefox-install.bash`
|
||||
* Run the scripts as root: `./firefox-install.bash`
|
||||
|
||||
* **Mozilla Thunderbird instructions:**
|
||||
* 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.bash`
|
||||
* Run the scripts as root: `./thunderbird-install.bash`
|
||||
|
||||
_Note: The scripts are compatible with all GNU/Linux distributions._
|
||||
|
||||
### External links:
|
||||
|
||||
[Mozilla official website](https://www.mozilla.org/)
|
||||
[Mozilla HTTP server files](http://archive.mozilla.org/pub/)
|
12
README.rst
12
README.rst
|
@ -1,12 +0,0 @@
|
|||
Mozilla Linux Script Installers
|
||||
-------------------------------
|
||||
|
||||
* How to install or uninstall Mozilla Firefox::
|
||||
|
||||
# chmod +x firefox-install.bash
|
||||
# ./firefox-install.bash
|
||||
|
||||
* How to install or uninstall Mozilla Thunderbird::
|
||||
|
||||
# chmod +x thunderbird-install.bash
|
||||
# ./thunderbird-install.bash
|
Loading…
Reference in New Issue
Block a user