From 505f645ed8a25ad07b1a1e686482e67d7e628c8c Mon Sep 17 00:00:00 2001 From: IniKiwi Date: Sun, 29 Aug 2021 14:00:41 +0200 Subject: [PATCH] better README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2f0608..6f9c89f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # G35EIIcompatibility-tool -##build +G35EIIcompatibility-tool is a tool to ... + +## build `gcc main.c -o G35EIIcompatibility-tool.elf` -##use +## how use `./G35EIIcompatibility-tool.elf input output` + +## features to add +- [ ] gui +- [ ] support all compilers +- [ ] best text interface (errors, ...) +- [ ] best README.md +