From 8820591b3d91c82b5e507b3ef1c7bdd36b2863c8 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 29 Dec 2025 09:26:31 +0100 Subject: [PATCH] Add actual description of the project in the README --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 521cdbd..5121e5d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ -# graphs +# What is graphs? -Graphs playground for me to satiate both my graph theory and low level programming needs. \ No newline at end of file +graphs is playground for me to satiate both my graphs theory and low level programming needs. + +The entry point of this is `graphs.c`. + +## Compiling this bad boi +`git clone ` + +`cd graphs` + +`make` + +`./bin/graphs` + +_(i plan to hopefully make this a lib someday)_ \ No newline at end of file