From c1c9c2b1b230752a467746ec08cc1686e6479071 Mon Sep 17 00:00:00 2001
From: Benoit Donneaux <benoit@leastauthority.com>
Date: Thu, 15 Jun 2023 10:56:10 +0000
Subject: [PATCH] Polish documentation

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
---
 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 e53cd1a2..adddddbc 100644
--- a/morph/grid/local/README.rst
+++ b/morph/grid/local/README.rst
@@ -62,7 +62,7 @@ Use the local development environment
     morph push grid.nix
     morph deploy grid.nix boot
     vagrant halt
-    vagrant up --no-destroy-on-error # Add `--no-parallel` on low resources
+    vagrant up
     morph upload-secrets grid.nix
 
 You should now be able to log in with the users and keys you set in your ``users.nix`` file.
-- 
GitLab