summaryrefslogtreecommitdiff
path: root/docs/quick-start.md
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-01-21 20:55:34 +0000
committerVincent Sanders <vince@kyllikki.org>2020-01-21 20:55:34 +0000
commitc543e3c61c5c7a028abc2a851a818a10ea619069 (patch)
tree67c68d97e03bcf8c260c5e93066cd6f8cca2a6b5 /docs/quick-start.md
parent23d9f7040de5c603512c8b279c20364a53f81df7 (diff)
downloadnetsurf-c543e3c61c5c7a028abc2a851a818a10ea619069.tar.gz
netsurf-c543e3c61c5c7a028abc2a851a818a10ea619069.tar.bz2
update quick build instructions to include notes on env script
Diffstat (limited to 'docs/quick-start.md')
-rw-r--r--docs/quick-start.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/quick-start.md b/docs/quick-start.md
index 601269c96..126b26a09 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -1,10 +1,21 @@
Quick Build Steps for NetSurf
=============================
-Last Updated: 15th December 2017
+Last Updated: 21st January 2020
This document provides steps for building NetSurf.
+These instructions use a shell script to perform several operations.
+This script has only been tested with the bash and zsh bourne style
+shell interpreters. The latest version of this script should be
+retrieved from the official NetSurf source repository.
+
+This shell script is used by the NetSurf Developers but you should
+satisfy yourself that the script is not malicious. It should be noted
+that the building the browser will also be executing shell code and
+requires a similar level of trust.
+
+
Native build
============