diff --git a/GiveYouAHead.cabal b/GiveYouAHead.cabal
--- a/GiveYouAHead.cabal
+++ b/GiveYouAHead.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                GiveYouAHead
-version:             0.2.2.1
+version:             0.2.2.3
 synopsis:            to auto-do somethings
 description:         to auto-do somethings
 homepage:            https://github.com/Qinka/GiveYouAHead/
diff --git a/lib/GiveYouAHead/Help.hs b/lib/GiveYouAHead/Help.hs
--- a/lib/GiveYouAHead/Help.hs
+++ b/lib/GiveYouAHead/Help.hs
@@ -39,5 +39,7 @@
         "\tBug report: https://github.com/Qinka/GiveYouAHead/issues",
         "\t主页  https://github.com/Qinka/GiveYouAHead/",
         "\tBUG报告  https://github.com/Qinka/GiveYouAHead/issues",
+        "You might need run config.hs first, which you need clone or copy from repo.",
+        "你或许需要先执行 config.hs ，而你可以在仓库中找到 ",
         ""
         ]
diff --git a/lib/GiveYouAHead/New/Note.hs b/lib/GiveYouAHead/New/Note.hs
--- a/lib/GiveYouAHead/New/Note.hs
+++ b/lib/GiveYouAHead/New/Note.hs
@@ -33,5 +33,7 @@
     "\n",
     "\tHomepage: https://github.com/Qinka/GiveYouAHead\n",
     "\tBug report: https://github.com/Qinka/GiveYouAHead/issues\n",
+    "\tHackage(Module): http://hackage.haskell.org/package/GiveYouAHead\n",
+    "\tHackage(Binary): http://hackage.haskell.org/package/gyah-bin\n",
     "\n",
     "*noteMarkLine","\n"]
diff --git a/lib/GiveYouAHead/Version.hs b/lib/GiveYouAHead/Version.hs
--- a/lib/GiveYouAHead/Version.hs
+++ b/lib/GiveYouAHead/Version.hs
@@ -6,6 +6,6 @@
 import Data.Version
 
 gyah'ver :: Version
-gyah'ver = Version { versionBranch = [0,2,2,1] , versionTags=[]}
+gyah'ver = Version { versionBranch = [0,2,2,3] , versionTags=[]}
 gyahver :: String
 gyahver = showVersion gyah'ver
