Skip to content

Commit

Permalink
note about submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
x37v committed Sep 24, 2024
1 parent bd75064 commit a749d53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Conan.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ building the example.

## Creating and Uploading packages

Make sure you have your submodules updated.

```shell
git submodule update --init --recursive
```

To create a new version of the conan package based on the current checkout,
you'll want to run the commands below, but replace the tags with something
reasonable.
Expand Down

0 comments on commit a749d53

Please sign in to comment.