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