aboutsummaryrefslogtreecommitdiff
path: root/browser
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-06-16 01:58:34 -0500
committerBeatLink <beatlink@protonmail.com>2019-06-16 01:58:34 -0500
commit3cd8b2c3a5c5221c87e0577b3dde6dc76efbdb77 (patch)
tree3e4435c437e2aeccd9be5d9c0c07c6d6ae2e7043 /browser
parentOverhaul of build script (diff)
downloadlibrewolf-linux-3cd8b2c3a5c5221c87e0577b3dde6dc76efbdb77.tar.gz
librewolf-linux-3cd8b2c3a5c5221c87e0577b3dde6dc76efbdb77.tar.bz2
librewolf-linux-3cd8b2c3a5c5221c87e0577b3dde6dc76efbdb77.zip
Add message explaining where built packages can be found
Diffstat (limited to 'browser')
-rw-r--r--browser/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/README.md b/browser/README.md
index 52b3746..a69c4bd 100644
--- a/browser/README.md
+++ b/browser/README.md
@@ -11,4 +11,4 @@ This folder contains all the required material to build the browser.
### Instructions
* Run build.sh inside this folder.
-
+* Packages will be saved in the 'build_output' folder
bgstack15