summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
Diffstat (limited to 'Docs')
-rw-r--r--Docs/QUICK-START6
1 files changed, 5 insertions, 1 deletions
diff --git a/Docs/QUICK-START b/Docs/QUICK-START
index 2597bc79b..237027b71 100644
--- a/Docs/QUICK-START
+++ b/Docs/QUICK-START
@@ -50,10 +50,14 @@
-----------------------
$ cd netsurf
+
+ To build the native front end (the GTK front end on Linux, BSDs, etc) you
+ could do:
+
$ make
$ ./nsgtk
- For the framebuffer front end, you could do:
+ To build the framebuffer front end, you could do:
$ make TARGET=framebuffer
$ ./nsfb