Skip to content

Commit

Permalink
clarify need for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer authored Sep 1, 2021
1 parent 0f1e4ea commit 96b33c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ essent-testbed [![Build Status](https://github.com/ucsc-vama/essent-testbed/acti
This internal (private) repo is the workspace for essent development. To work on essent, everything needed should either be in this repo, or it should provide the automation to grab the needed resources.


# Populating Submodules
This repo contains git submodules. You will need to populate them before the repo is fully usable.
```
> git submodule update --init
```


# Small Design Tests
Launch sbt and run the name of small design or say all to try all of them. For example:
```
Expand Down

0 comments on commit 96b33c7

Please sign in to comment.