diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -12,8 +12,8 @@
 bit of extra performance in those rare cases where C still beats
 Haskell.
 
-Build instructions are reserved for the [last section](#how-to-build).
-You'll need to compile the examples below and try them out.
+GHCi support is currently limited to using `-fobject-code`, see
+the [last section](#ghci) for more info.
 
 ## Getting started
 
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,4 @@
+- 0.6.0.5: Update readme
 - 0.6.0.4: Remove QuickCheck dependency
 - 0.6.0.3: Remove cryptohash dependencies
 - 0.6.0.2: Update haddock
diff --git a/inline-c.cabal b/inline-c.cabal
--- a/inline-c.cabal
+++ b/inline-c.cabal
@@ -1,5 +1,5 @@
 name:                inline-c
-version:             0.6.0.4
+version:             0.6.0.5
 synopsis:            Write Haskell source files including C code inline. No FFI required.
 description:         See <https://github.com/fpco/inline-c/blob/master/README.md>.
 license:             MIT
