1
0
mirror of https://github.com/kidoman/embd synced 2024-06-06 11:07:48 +02:00

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

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*: