aboutsummaryrefslogtreecommitdiff
path: root/browser/README.md
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-06-12 15:44:32 -0500
committerBeatLink <beatlink@protonmail.com>2019-06-12 15:44:32 -0500
commita93c974f2b73841a07abfb0b4c75ae16db9dcf26 (patch)
tree86e72e1693084b9e501b9adb60d2eab069182131 /browser/README.md
downloadlibrewolf-linux-a93c974f2b73841a07abfb0b4c75ae16db9dcf26.tar.gz
librewolf-linux-a93c974f2b73841a07abfb0b4c75ae16db9dcf26.tar.bz2
librewolf-linux-a93c974f2b73841a07abfb0b4c75ae16db9dcf26.zip
Initial Commit
Diffstat (limited to 'browser/README.md')
-rw-r--r--browser/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/browser/README.md b/browser/README.md
new file mode 100644
index 0000000..52b3746
--- /dev/null
+++ b/browser/README.md
@@ -0,0 +1,14 @@
+This folder contains all the required material to build the browser.
+
+
+### Requirements
+* Ubuntu or Linux Mint
+
+### Notes
+* As this script installs files during the build, it is recommended to run this script in a VM or installation dedicated to building.
+* You will occassionally need to enter your sudo password. Running this script as root has not been tested
+* This script has been tested with Linux Mint 19.1
+
+### Instructions
+* Run build.sh inside this folder.
+
bgstack15