mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
Update README.md with make format
If submitting pull requests, you must `make format` prior to commiting code and submitting a pull request otherwise you pull request will fail the CI that checks formatting.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user