From a1f2309dc76fb72668acdd5769060391441f600e Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 11 Jun 2022 08:43:56 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c8ee0..c324932 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ cmake --build build ##### cmake options * `-DCMAKE_BUILD_TYPE=Debug` for a debug build -* `-DLIBRAVATAR_BUNDLED_IDENTICONPP=YES` to use the bundles identiconpp +* `-DLIBRAVATAR_BUNDLED_IDENTICONPP=YES` to use the bundled identiconpp To install, run `sudo cmake --install build`. To create a linux distribution package, run `cpack -G DEB` or `cpack -G RPM`.