diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+2.1.1
+-----
+* Fix cabal package description for Installation
+
 2.1.0
 -----
 * Support Cabal 2.4 and ghc 8.6
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -164,6 +164,8 @@
 Installation
 ============
 
+If you're using the cabal new style commands (e.g. cabal new-build), then you can skip the Installation section.
+
 You have to ensure, that the `Cabal` library of `cabal-bounds` matches the one used by the `cabal` binary:
 
     $> cabal --version
diff --git a/cabal-bounds.cabal b/cabal-bounds.cabal
--- a/cabal-bounds.cabal
+++ b/cabal-bounds.cabal
@@ -1,6 +1,6 @@
 cabal-version: >=1.9.2
 name: cabal-bounds
-version: 2.1.0
+version: 2.1.1
 license: BSD3
 license-file: LICENSE
 maintainer: daniel.trstenjak@gmail.com
@@ -26,6 +26,8 @@
     For further details please consult the <https://github.com/dan-t/cabal-bounds README>.
     .
     /Installation/
+    .
+    If you're using the cabal new style commands (e.g. cabal new-build), then you can skip the Installation section.
     .
     You have to ensure, that the 'Cabal' library of 'cabal-bounds' matches the one used by the 'cabal' binary:
     .
