Skip to content

Commit

Permalink
2 ➡️ 3 (#439)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Nov 3, 2020
2 parents 1bb32b0 + 44d8ce8 commit cd9b235
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 @@ -280,7 +280,7 @@ You can also generate the documentation from a clone of this repository by follo
Follow these steps to run tests and static code analysis in your clone of this repository.
1. Follow the [source install instruction](#source-install).
1. Follow the [source install instructions](#source-install).
2. Run tests.
Expand All @@ -290,6 +290,10 @@ Follow these steps to run tests and static code analysis in your clone of this r
3. Static code checker.
```
sudo apt-get update && sudo apt-get -y install cppcheck
```
```
make codecheck
```
Expand Down

0 comments on commit cd9b235

Please sign in to comment.