From ba4e1d12e64ec2ab544652283307a0002aa5804c Mon Sep 17 00:00:00 2001 From: edbarz9 Date: Sun, 3 May 2020 11:37:14 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 645899c..a9dc43d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ ## 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/). +This Makefile basically downloads an archive copy of Waterfox from the [Waterfox website](https://www.waterfox.net/releases/), uncompress it and install waterfox in the /opt/ dir. The executable will be sym-linked to /usr/local/bin/waterfox. @@ -10,13 +8,10 @@ Note that if you use a Desktop Environment (ex. GNOME) you won't find the icon i ### Install -Since the Makefile will pull the archive from the mirror, you'll need an internet connection. -With sudo rights, simply run `make install`. +As simple as `# make install`. ### 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 \ No newline at end of file