From e43f7a9329b26346055f9ab51cd2bf1e680aff66 Mon Sep 17 00:00:00 2001 From: neargye Date: Fri, 16 Jun 2023 00:30:02 +0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eb275d..2c0dec0 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ Header-only C++17 library provides static reflection for enums, work with any en ## Integration -* You should add the required file [magic_enum.hpp](include/magic_enum.hpp). +* You should add the required file [magic_enum.hpp](include/magic_enum.hpp), and optionally other headers from [include dir](include/) or [release archive](https://github.com/Neargye/magic_enum/releases/latest). Alternatively, you can build the library with CMake. * If you are using [vcpkg](https://github.com/Microsoft/vcpkg/) on your project for external dependencies, then you can use the [magic-enum package](https://github.com/microsoft/vcpkg/tree/master/ports/magic-enum).