doc: don't need to install glog explicitly anymore

This commit is contained in:
Karan Misra 2014-04-11 14:01:49 +05:30
parent 51ec19d6a1
commit 175436be65
1 changed files with 1 additions and 2 deletions

View File

@ -26,9 +26,8 @@ func main() {
}
```
Then install the EMBD package+dependency (go1.2 and greater is required):
Then install the EMBD package (go1.2 and greater is required):
$ go get github.com/golang/glog
$ go get github.com/kidoman/embd
Build the binary*: