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