From fd1e410ff7bf76b870f625dc0aa3eb4e44f5bc50 Mon Sep 17 00:00:00 2001 From: Colin Marc Date: Sun, 5 Aug 2018 23:48:18 +0200 Subject: [PATCH] No one knows how to install go packages now, least of all me --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 11b64647..52039a6e 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,6 @@ Since it doesn't have to wait for the JVM to start up, it's also a lot faster Best of all, it comes with bash tab completion for paths! -Installing the library ----------------------- - -To install the library, once you have Go [all set up][2]: - - $ go get -u github.com/colinmarc/hdfs - Installing the commandline client ---------------------------------