diff --git a/README.md b/README.md index 6d626f5..84a581c 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,8 @@ serial - optional, can be hex (0x prefixed) or decimal Based on the reverse engineering and code of Sean Beaupre, see: https://github.com/beaups/SamsungCID +## Compile + +`gcc evoplus_cid.c -o evoplus_cid` + +You can safely ignore compilation warnings.