diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-04 01:40:50 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-04 01:40:50 -0500 |
commit | 94a449fd1b851bff1dc91c5e5e28f7f73f1bdc59 (patch) | |
tree | 03473ac65a5d86ef9f3f1e51af6e48ec48902dd8 /browser | |
parent | update main readme (diff) | |
download | librewolf-linux-94a449fd1b851bff1dc91c5e5e28f7f73f1bdc59.tar.gz librewolf-linux-94a449fd1b851bff1dc91c5e5e28f7f73f1bdc59.tar.bz2 librewolf-linux-94a449fd1b851bff1dc91c5e5e28f7f73f1bdc59.zip |
Minor updates
Diffstat (limited to 'browser')
-rw-r--r-- | browser/linux/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/browser/linux/README.md b/browser/linux/README.md index a69c4bd..568e529 100644 --- a/browser/linux/README.md +++ b/browser/linux/README.md @@ -1,14 +1,14 @@ -This folder contains all the required material to build the browser. - +This folder contains all the required material to build the browser on Linux platforms. ### Requirements -* Ubuntu or Linux Mint +* Ubuntu or Linux Mint (Bionic or later) ### 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 +* The flatpak build is not ready yet. ### Instructions * Run build.sh inside this folder. -* Packages will be saved in the 'build_output' folder +* Packages will be saved in the 'build_output' folder. |