From 168f86dbcdd6078bb60ab50470745c03d412e3e2 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Fri, 18 Jun 2021 06:27:58 +0000
Subject: [PATCH] README state intention more clear

---
 morph/grid/local/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/morph/grid/local/README.rst b/morph/grid/local/README.rst
index b325b13b..34554724 100644
--- a/morph/grid/local/README.rst
+++ b/morph/grid/local/README.rst
@@ -14,7 +14,7 @@ Use the local development environment
 0. Add VirtualBox to your NixOs system configuration at ``/etc/nixos/configuration.nix``::
 
     virtualisation.virtualbox.host.enable = true;
-    # Use VirtualBox installation without GUI and Qt dependency:
+    # Save bytes and build time, optional but recommended:
     virtualisation.virtualbox.host.headless = true;
 
 1. Enter the morph local grid directory::
-- 
GitLab