aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-06-30 12:28:05 +0200
committerWojtek Kosior <koszko@koszko.org>2021-06-30 12:28:05 +0200
commit261548ff184926567a623e90df7954aeef842d59 (patch)
tree9b5697a77c758eaae969a8fba8b4edea5ecf59d4 /README.txt
parent83a8d263f6efddf4f742bf7a687d10bfd1907ef8 (diff)
downloadbrowser-extension-261548ff184926567a623e90df7954aeef842d59.tar.gz
browser-extension-261548ff184926567a623e90df7954aeef842d59.zip
emply an sh-based build system; make some changes to blocking
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index acff789..1342ca4 100644
--- a/README.txt
+++ b/README.txt
@@ -6,16 +6,17 @@ together. Such facility is necessary to enable browsing World Wide Web
without executing nonfree software.
Currently, the target browsers for this extension are Ungoogled Chromium
-and various forks of Firefox Quantum (57+).
+and various forks of Firefox (version 60+).
This extension is still in an early stage. See TODOS.org. Also see
`https://git.koszko.org/browser-extension-doc/' for documentation in
development.
## Installation ##
-The extension can be loaded into Ungoogled Chromium or a modern Gecko-based
-browser as unpacked extension. As of now, project's main directory is also
-the extension directory.
+The extension can be "built" with `./build.sh mozilla' or `./build.sh chromium'.
+This creates directories build_mozilla/ and build_chromium/, respectively.
+Such directory can be loaded into Ungoogled Chromium or a modern Gecko-based
+browser as unpacked extension.
## Copyright ##
All copyright information is gathered in the `copyright' file which follows