replace hg with git
diff --git a/NetBSD.md b/NetBSD.md
index 5f0e755..0f2881c 100644
--- a/NetBSD.md
+++ b/NetBSD.md
@@ -6,5 +6,5 @@
 
 # Preparing NetBSD for Go
   * install NetBSD 6.0 (remember to install pkgsrc in the last step)
-  * install shells/bash and devel/mercurial (do ` make package-install clean ` in ` /usr/pkgsrc/shells/bash ` and ` /usr/pkgsrc/devel/mercurial `.
-    * Using binary packages: ` pkgin install bash mercurial `
\ No newline at end of file
+  * install shells/bash and devel/git (do ` make package-install clean ` in ` /usr/pkgsrc/shells/bash ` and ` /usr/pkgsrc/devel/git `.
+    * Using binary packages: ` pkgin install bash git `
\ No newline at end of file