X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=README.md;h=342d2d6728067ea2e70b940814a6213e3fa1e922;hb=71e16e325e3936549a5f3a140e6298fce333fd27;hp=c67b79fe73fb9b1a0945cda4cfc55d6677ec510e;hpb=e49c086220aa729c1d9effd3f592422f292bd426;p=cgds.git diff --git a/README.md b/README.md index c67b79f..342d2d6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Various data structures, from stack to tree, which can contain any data type. +## Installation + + make [src] + make install +'src' is Makefile default target. + ## Example Vector* v = vector_new(int);