Skip to content

Commit

Permalink
Explain about initialising the submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcaswell committed Nov 7, 2016
1 parent cda840d commit 2c76c03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Note 1: Minicrypto binding is capable of signing a handshake using the certifica
How to
---

If you have cloned picotls from git then ensure that you have initialised the submodules:
```
% git submodule init
% git submodule update
```

Build using cmake:
```
% cmake
Expand Down

0 comments on commit 2c76c03

Please sign in to comment.