From 275f22549e87d8d606eb21d9f1f4ac6cabe48404 Mon Sep 17 00:00:00 2001 From: Victor Vrantchan Date: Thu, 19 May 2016 22:30:09 -0400 Subject: [PATCH] typoo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef037d10..9e21dd87 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ If you're familiar with Munki's [manifest](https://github.com/munki/munki/wiki/M ## If you know Go -1. `go get githbu.com/micromdm/micromdm` +1. `go get github.com/micromdm/micromdm` 2. `cd $GOPATH/src/github.com/micromdm/micromdm` 3. `glide install` install the necessary dependencies into /vendor folder 4. `go build` or `go install`