diff --git a/ethereal/main.go b/ethereal/main.go
index 1674b59d9df05f0c90f6bc9247548a3b068fb54a..316f2285fe15b70dc23cdbe55f1ac4e25798bc80 100644
--- a/ethereal/main.go
+++ b/ethereal/main.go
@@ -10,7 +10,7 @@ import (
 )
 
 func main() {
-	// Leave QT on top at ALL times.
+	// Leave QT on top at ALL times. Qt Needs to be initialized from the main thread
 	qml.Init(nil)
 
 	runtime.GOMAXPROCS(runtime.NumCPU())
diff --git a/install.sh b/install.sh
index fe80a695653f1c74ce88f6a2c9018a37c12e6367..fc472421733e0aeaca57cae7dc2afa1dd1dcb1d3 100644
--- a/install.sh
+++ b/install.sh
@@ -27,7 +27,7 @@ if [ $? != 0 ]; then
 fi
 
 echo "serpent-go"
-cd $GOPATH/src/github.com/obscuren/mutan
+cd $GOPATH/src/github.com/obscuren/serpent-go
 
 echo "init submodule"
 git submodule init