aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-14 12:05:37 +0100
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-14 12:05:37 +0100
commitc5e54158d1c7ef8e7b8980271c3ffd2277105cfa (patch)
tree0e19eb4fdc5368f05a9301f99bd4244f9b201ee4
parentImplement a basic Changelog; fixes #107 (diff)
downloadlibrewolf-linux-c5e54158d1c7ef8e7b8980271c3ffd2277105cfa.tar.gz
librewolf-linux-c5e54158d1c7ef8e7b8980271c3ffd2277105cfa.tar.bz2
librewolf-linux-c5e54158d1c7ef8e7b8980271c3ffd2277105cfa.zip
mention current state of build scripts in README.md
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 92458b0..df88ace 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,20 @@
-This Repository contains all the required material to build the browser on Linux platforms.
+This Repository contains all the required material to build the browser on Linux platforms.
+
+### Important
+
+The following instructions are currently outdated. The build scripts are currently meant to be
+run in a CI environment with Docker containers and gitlab-runners. Updated instructions for
+local builds or setting up your own appropriate runners will be provided again in the future.
### Requirements
* 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.
+* 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 repository root folder.
+* Run build.sh inside this folder.
+* Packages will be saved in the repository root folder.
bgstack15