diff --git a/README.md b/README.md index 4242dd8..1d61abd 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ First create all the autoconf files: Then compile & install using the following standard commands: ``` ./configure +make format (only required if submitting pull requests) make make install ``` @@ -125,6 +126,7 @@ This can be done using the following compile commands: ``` ./configure --prefix=/usr CFLAGS='-O0 -g -Wall -Wextra' +make format (necessary if submitting pull requests) make make install ```