aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-14 13:49:19 +0930
committerDavid Rowe <[email protected]>2023-07-14 13:49:19 +0930
commit597e9eb965b6b79279d045a43fde60e031d2e716 (patch)
treee117fa8c20a29def6c08c54564e4cf549a7410e0 /README.md
parentfb4547abe6fc20a0e9aa4c3049d5359027d0d89e (diff)
experimental clang-format ctest
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0785a5e..cf22f8c 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@ CTest is used as a test framework, with support from [GNU Octave](https://www.gn
1. Install GNU Octave and libraries on Ubuntu with:
```
- sudo apt install octave octave-common octave-signal liboctave-dev gnuplot python3-numpy sox valgrind
+ sudo apt install octave octave-common octave-signal liboctave-dev gnuplot python3-numpy sox valgrind clang-format
```
1. To build and run the tests:
```