From 19a932464949ce398f917b78fe26afa2c1f5a258 Mon Sep 17 00:00:00 2001 From: John Poole Date: Sun, 26 Sep 2021 08:40:22 -0700 Subject: [PATCH] Update build.md change directory step between server and ui builds. --- guide/build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/build.md b/guide/build.md index 3c9fec4..989b026 100644 --- a/guide/build.md +++ b/guide/build.md @@ -229,6 +229,7 @@ $ cd server $ cargo test $ cargo build --release $ sudo install -m 755 target/release/moonfire-nvr /usr/local/bin +$ cd .. ``` You can build the UI via `npm` and find it in the `ui/build` directory: