Add 'README.md'

README added
This commit is contained in:
ed barz 2019-12-30 09:11:03 +01:00
parent 68e3a33de7
commit 34f11e4478
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
## Waterfox
This Makefile basically downloads an archive copy of Waterfox from a [mirror](https://file.brz9.dev/waterfox/), checks the file, uncompress it and install waterfox in the /opt/ dir.
The original archive can be downloaded from the [Waterfox website](https://www.waterfox.net/releases/).
The executable will be sym-linked to /usr/local/bin/waterfox.
Note that if you use a Desktop Environment (ex. GNOME) you won't find the icon in your app list (if you are using a window manager, it shouldn't be a problem).
### License
[Waterfox](https://www.waterfox.net/legal/) is distributed under the [Mozilla Public License](https://www.mozilla.org/en-US/MPL/).
This repo simply redistribute the original binaries without any modification to the source code.
For more info, check LICENSE