Update build.md

change directory step between server and ui builds.
This commit is contained in:
John Poole 2021-09-26 08:40:22 -07:00 committed by Scott Lamb
parent 166fb5f733
commit 19a9324649

View File

@ -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: