From 889deac5bed964193cf92c0c93893b00d94f8c6c Mon Sep 17 00:00:00 2001
From: Scott Lamb <slamb@slamb.org>
Date: Wed, 11 Aug 2021 13:52:53 -0700
Subject: [PATCH] explicitly cd into dir in build instructions

as suggested in #141
---
 guide/build.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guide/build.md b/guide/build.md
index 1ec8ca7..3c19835 100644
--- a/guide/build.md
+++ b/guide/build.md
@@ -25,6 +25,7 @@ bleeding-edge version from the commandline via git:
 
 ```
 $ git clone https://github.com/scottlamb/moonfire-nvr.git
+$ cd moonfire-nvr
 ```
 
 ## Docker builds