From 9928c69e4fe7440d58b102bfc2af2a6857a49ec0 Mon Sep 17 00:00:00 2001 From: Drew Mrk <drewmrk8@gmail.com> Date: Wed, 1 Mar 2017 22:49:28 -0500 Subject: [PATCH] [docs][note] Specify requirements for fuchsia graphics Added a "Note" message explaining that the "-g" flag to run fuchsia in graphics mode can only be run via a terminal using a GUI. Change-Id: I9f207dd835b35edd768f84071729887557fe9395 --- getting_started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/getting_started.md b/getting_started.md index 8edddba045f..196a47a68c3 100644 --- a/getting_started.md +++ b/getting_started.md @@ -138,6 +138,8 @@ found [here](https://fuchsia.googlesource.com/modular/+/HEAD/src/bootstrap/). #### Enabling Graphics +Note: Graphics mode can only be run in a GUI with a terminal. + To enable graphics, add the `-g` flag to `frun`: ``` -- GitLab