From 17fe83e51afd7fb292197d53ff5b6011b75a996c Mon Sep 17 00:00:00 2001 From: Leonardo Date: Sat, 27 Jan 2018 20:40:49 -0200 Subject: [PATCH] feat(doc): say that you can download asap.h in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b511c90..e28e893 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ You can either: - Make your compiler aware of the `include/asap` folder and include `"asap.h"` in your code - If using CMake you can add the project subdirectory and link against it using `target_link_libraries` - Use `find_package` if you installed ASAP using `make install` or any other method +- Download the latest release which is a single `asap.h` file bundled with all the classes. ## License