From 30767fd86f752739c3f9ed095363b9752281551f Mon Sep 17 00:00:00 2001 From: "Vladimir (Alkenso)" Date: Fri, 16 Aug 2019 09:36:04 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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