diff --git a/README.md b/README.md index 4e2f347..3758130 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ asenum combines Enum and Variant: it allows to create lighweight wrapper around - requires only C++11 - convenient switch, map, equality, comparison +## Usage & Install +Simply copy file 'include/asenum/asenum.h' to your project. + ## Simple example ``` // More examples you can find in tests