Merge pull request #1536 from cfromknecht/install-doc-formatting

docs/INSTALL: fix mismatched code blocks
This commit is contained in:
Olaoluwa Osuntokun 2018-07-10 19:06:25 -07:00 committed by GitHub
commit 90d4a723d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,7 +84,7 @@ used directly:
``` ```
dep ensure -v dep ensure -v
go install -v ./... go install -v ./...
```
**Updating** **Updating**