From aa3060ca615119b850dadc2f5e39c27406a8cbf0 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@privatestorage.io>
Date: Wed, 9 Jun 2021 13:35:16 +0000
Subject: [PATCH] Don't forget to change into the correct directory

... if you are reading this not in the repo, but from the web page, you might
not know where to go to make all those nice commands work.
---
 morph/grid/local/README.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/morph/grid/local/README.rst b/morph/grid/local/README.rst
index b4a12bbc..6f74fd36 100644
--- a/morph/grid/local/README.rst
+++ b/morph/grid/local/README.rst
@@ -9,6 +9,10 @@ Issues with networking that looked like guest misconfigurations vanished after c
 Use the local development environment
 `````````````````````````````````````
 
+0. Enter the morph local grid directory::
+
+    cd morph/grid/local
+
 1. Enter the project's nix-shell::
 
     nix-shell ../../../shell.nix
-- 
GitLab