From 47f4f60f66a5d5c317c398216a091ade5f475645 Mon Sep 17 00:00:00 2001 From: James Mills Date: Tue, 20 Jun 2017 23:51:34 -0700 Subject: [PATCH] Updated README usage/install instructions --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index eebced1..fb8598d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ server handling and examples of each. ## Installation ```#!bash -$ go get github.com/prologic/go-gopher/... +$ go get github.com/prologic/go-gopher ``` ## Usage @@ -21,11 +21,6 @@ $ go get github.com/prologic/go-gopher/... import "github.com/prologic/go-gopher" ``` -Or run the builtin (*very simple*) server: -```#!bash -$ gopherd -``` - ## Example ### Client