From 597e347ad8e56c96521a4322eb3e3bbe6d772b8c Mon Sep 17 00:00:00 2001 From: Odweta Date: Fri, 8 Dec 2023 10:57:20 +0100 Subject: [PATCH] update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c803448..ebed3d3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OdwetaLibC -I got bored with having to use complicated checking and stuff when working with files and arrays in C, so I implemented a new `file_t` struct which can load the contents of a file into a dynamically allocated array (yes, there is an implmentation of those here as well... (`vector_t` struct)). The struct also stores the number of lines the file has. +I got bored with having to use complicated checking and stuff when working with files and arrays in C, so I implemented a new `file_t` struct which can load the contents of a file into a dynamically allocated array (yes, there is an implementation of those here as well... (`vector_t` struct)). The struct also stores the number of lines the file has. ## Files @@ -32,3 +32,14 @@ I got bored with having to use complicated checking and stuff when working with 1. Insertion of a vector into another vector + You tell me + + +## Installation + +`git clone https://gitlab.com/Odweta/odwetalibc.git` +`cd odwetalibc` +`make install` + +#### Run demo + +`make && ./demo` \ No newline at end of file