mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 07:05:56 -05:00
fix instructions for building UI
"yarn build" doesn't actually fetch packages. When starting from a clean client, you have to run "yarn" (with no arguments) first.
This commit is contained in:
parent
2c026e1b6b
commit
99f10dfba6
@ -84,6 +84,7 @@ For instructions, you can skip to "[Camera configuration and hard disk mounting]
|
||||
|
||||
Once prerequisites are installed, Moonfire NVR can be built as follows:
|
||||
|
||||
$ yarn
|
||||
$ yarn build
|
||||
$ cargo test
|
||||
$ cargo build --release
|
||||
|
Loading…
Reference in New Issue
Block a user