Skip to content

Commit

Permalink
Merge pull request Mbed-TLS#89 from KloolK/patch-1
Browse files Browse the repository at this point in the history
Add requirements installation to README.md
  • Loading branch information
gilles-peskine-arm authored Mar 3, 2023
2 parents d6fe7c0 + 2463a5e commit f0a8445
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ Then to run the image:
```
Where `<mount dir>` is a directory from the host that will be mounted on the container at startup (usually a local checkout of Mbed TLS).

If `<mount dir>` is the root of an Mbed TLS source tree, the tests can be run with:
Assuming `<mount dir>` is the root of an Mbed TLS source tree, first install the requirements:
```sh
./scripts/min_requirements.py --user
```
Then the tests can be run with:
```sh
./tests/scripts/all.sh
```
Expand Down

0 comments on commit f0a8445

Please sign in to comment.