summaryrefslogtreecommitdiff
path: root/docs/quick-start.md
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-09-18 10:34:32 +0100
committerVincent Sanders <vince@kyllikki.org>2020-09-18 10:34:32 +0100
commit7997182cc0748ce449e29460b0534aed8013b6e8 (patch)
tree6f99a2eae64f30b934bd67660ca301409aae416b /docs/quick-start.md
parentb0b271274c98274d4c53608c856194270ae12d0f (diff)
downloadnetsurf-7997182cc0748ce449e29460b0534aed8013b6e8.tar.gz
netsurf-7997182cc0748ce449e29460b0534aed8013b6e8.tar.bz2
Improve the framebuffer docs a bit
Diffstat (limited to 'docs/quick-start.md')
-rw-r--r--docs/quick-start.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/quick-start.md b/docs/quick-start.md
index 652c3e3c1..449b956a3 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -84,6 +84,8 @@ To build the framebuffer front end, you could do:
$ make TARGET=framebuffer
$ ./nsfb
+More detailed documentation on using the [framebuffer](docs/using-framebuffer.md)
+ frontend are available.
Cross Compiling
===============