diff --git a/crates/unavi-app/README.md b/crates/unavi-app/README.md index 7821d2c1a..7e378fcbb 100644 --- a/crates/unavi-app/README.md +++ b/crates/unavi-app/README.md @@ -22,4 +22,12 @@ cargo install wac-cli [Cap'n Proto](https://capnproto.org/install.html) must be installed to compile networking schemas. +#### Git Submodules + +Make sure your Git submodules have been initialized: + +```bash +git submodule update --init +``` + diff --git a/crates/unavi-app/src/lib.rs b/crates/unavi-app/src/lib.rs index 9b7c74c2f..247fc45ff 100644 --- a/crates/unavi-app/src/lib.rs +++ b/crates/unavi-app/src/lib.rs @@ -17,6 +17,14 @@ //! ## Cap'n Proto //! //! [Cap'n Proto](https://capnproto.org/install.html) must be installed to compile networking schemas. +//! +//! ### Git Submodules +//! +//! Make sure your Git submodules have been initialized: +//! +//! ```bash +//! git submodule update --init +//! ``` use std::sync::Arc;