From 5a8b45dfa8c6b4baced2bfcbfe32260951f127df Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sun, 21 Apr 2024 19:23:13 +1000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 475bd19..7f8d754 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,17 @@ ## Change-log: -* 06/04/2023 - Initial release -* 04/04/2023 - Foundation code +* 19/04/2023 - Initial release +* 13/04/2023 - Foundation code ## Compilation type the following commands: -gcc -c histogram.adb -gnatbind histogram -gnatlink histogram + +`gcc -c histogram.adb` + +`gnatbind histogram` + +`gnatlink histogram` ## Misc. @@ -33,7 +36,7 @@ gnatlink histogram ## Todo * Need to use SDL2 to implement internal plotting routine. -* Logical bugs still exit, and so this is very much still a work in progress. +* pretty sure bugs have been ironed out. ## Author(s) Jason Bou-Samra