jmervine / getdown

Markdown file parser and server written in go and designed to run on Docker
1 stars 0 forks source link

Install issue on OSX #3

Open jdorfman opened 9 years ago

jdorfman commented 9 years ago

When I run go get github.com/jmervine/getdown

I get: /Users/jdorfman/github/go/src/github.com/jmervine/getdown/main.go:18:2: local import "./cli" in non-local package

go version: go version go1.1.1 darwin/amd64 uname -a: Darwin 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64

jdorfman commented 9 years ago

Upgrading to 1.4.2

jdorfman commented 9 years ago

after upgrading to 1.4.2 I now get:

$ go get github.com/jmervine/getdown
go: missing Mercurial command. See http://golang.org/s/gogetcmd
package gopkg.in/codegangsta/cli.v1
    imports github.com/microcosm-cc/bluemonday
    imports golang.org/x/net/html
    imports gopkg.in/russross/blackfriday.v1
    imports code.google.com/p/go.net/html: exec: "hg": executable file not found in $PATH
jmervine commented 9 years ago

Yeah, I was afraid of that. Thought I tested for that. I'll get a fix out in a bit. Thanks.