mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-01-11 23:13:23 -05:00
Update build.md
change directory step between server and ui builds.
This commit is contained in:
parent
166fb5f733
commit
19a9324649
@ -229,6 +229,7 @@ $ cd server
|
|||||||
$ cargo test
|
$ cargo test
|
||||||
$ cargo build --release
|
$ cargo build --release
|
||||||
$ sudo install -m 755 target/release/moonfire-nvr /usr/local/bin
|
$ 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:
|
You can build the UI via `npm` and find it in the `ui/build` directory:
|
||||||
|
Loading…
Reference in New Issue
Block a user