Skip to content

Commit

Permalink
add git submodules to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 20, 2024
1 parent de2c329 commit e912a2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/unavi-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<!-- cargo-rdme end -->
8 changes: 8 additions & 0 deletions crates/unavi-app/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e912a2d

Please sign in to comment.