diff --git a/CHANGELOG b/CHANGELOG
index 8a80521..543928d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@
======================
Version Description
+1.0.59......Add a skip link to the initial help banner.
1.0.58......Add Spanish translation thanks to raul fernandez garcia.
1.0.57......Display bastille bootstrap output after base release fetch.
1.0.56......Add extra confirmation before extension removal.
diff --git a/gui/bastille_manager_gui.php b/gui/bastille_manager_gui.php
index fa8fc52..e967b56 100644
--- a/gui/bastille_manager_gui.php
+++ b/gui/bastille_manager_gui.php
@@ -80,6 +80,10 @@ if(!initial_install_banner()):
. ' '
. ''
. gtext('Please check and configure ZFS support option first.')
+ . ''
+ . ''
+ . ''
+ . gtext('To skip this step, click this link and then push Save.')
. '';
$prerequisites_ok = false;
endif;
diff --git a/version b/version
index 3a90b24..c3ccccf 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.0.58
+1.0.59