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`.