diff --git a/fltkhs.cabal b/fltkhs.cabal
--- a/fltkhs.cabal
+++ b/fltkhs.cabal
@@ -1,5 +1,5 @@
 name : fltkhs
-version : 0.4.0.3
+version : 0.4.0.4
 synopsis : FLTK bindings
 description:
     Low level bindings for the FLTK GUI toolkit. For installation and quick start instruction please scroll all the way down to the README.
diff --git a/src/Graphics/UI/FLTK/LowLevel/FLTKHS.hs b/src/Graphics/UI/FLTK/LowLevel/FLTKHS.hs
--- a/src/Graphics/UI/FLTK/LowLevel/FLTKHS.hs
+++ b/src/Graphics/UI/FLTK/LowLevel/FLTKHS.hs
@@ -14,7 +14,7 @@
 
          -- * Installation
          --
-         -- ** Linux
+         -- ** Linux & *BSD
          --
          -- $InstallationLinux
 
@@ -477,7 +477,7 @@
 -- cause the Haskell bindings to throw compilation errors. -- - Make sure `c2hs` is
 -- installed with `cabal install c2hs`.
 --
-
+--
 -- == Download & Install the FLTKHS Hello World Skeleton
 -- === Downloading Without Git
 -- If 'git' is not installed download the latest version of the fltkhs-hello-world application skeleton from <https://github.com/deech/fltkhs-hello-world/archive/master.tar.gz here>
@@ -485,7 +485,6 @@
 -- Rename it:
 --
 -- @
--- > cd \/Users\/\<username\>/Downloads\/
 -- > mv master.tar.gz fltkhs-hello-world.tar.gz
 -- @
 --
