X-Git-Url: https://git.auder.net/?p=cgds.git;a=blobdiff_plain;f=README.md;h=342d2d6728067ea2e70b940814a6213e3fa1e922;hp=c67b79fe73fb9b1a0945cda4cfc55d6677ec510e;hb=aef8a9962382222aa64fd5c2f91be9dab1d298e2;hpb=0261c3b62a23974d7be2db9335dde5e9ff4ddc23 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);