From b58a6732fb4b020cd20222129fade66812e0a4da Mon Sep 17 00:00:00 2001 From: Joan Bono Date: Fri, 9 Jun 2017 14:58:11 +0200 Subject: [PATCH] Create README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 764a08703..9f11ea24e 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,21 @@ There is so much in this fork, with all fixes and additions its basically the m ## Coverity Scan Config & Run Download the Coverity Scan Self-buld and install it. You will need to configure ARM-NON-EABI- Compiler for it to use: -``` + - Configure + `cov-configure --comptype gcc --compiler /opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc` -- run it (I'm running on Ubuntu) +- Run it (I'm running on Ubuntu) + `cov-build --dir cov-int make all` -- make a tarball +- Make a tarball + `tar czvf proxmark3.tgz cov-int` -- upload it to coverity.com -``` +- Upload it to coverity.com + ## Whats changed? Whats so special with this fork? I have scraped the web for different enhancements to the PM3 source code and not all of them ever found their way to the master branch.