Using 'install' instead of build.
diff --git a/example/amd64.sh b/example/amd64.sh
index 22fb043..42be16e 100755
--- a/example/amd64.sh
+++ b/example/amd64.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 set -e
 
-go build -o go-disruptor && ./go-disruptor
+go install && example