diff --git a/README.md b/README.md
index 7c8eba5ddffd21cee5cc9bb828bc3764b74f0220..48aa6b7ba73b17cc2ccf4054a606c48218bfda45 100644
--- a/README.md
+++ b/README.md
@@ -94,8 +94,7 @@ The recommended `configure` command is the following:
 
 ```sh
 ../configure --prefix=$HOME/.local      \ # To not need to sudo to install
-             --with-liblektor=static    \ # One big executable
-             --enable-klkt              \ # For desktop notifications
+             --enable-klkt=yes          \ # For desktop notifications
              CC=clang CXX=clang++         # I prefer clang over gcc
 ```