Update homepage terminal to govendor install instructions

This commit is contained in:
Ryan Watters
2017-04-14 18:10:24 -05:00
parent 74da85edf6
commit 318a75ec33
4 changed files with 6 additions and 5 deletions
@@ -3,8 +3,9 @@
{{partial "svg-icons/gopher-homepage.svg" .}}
</div>
<div class="homepage-terminal">
$ export GOPATH=$HOME/go
<br> $ go get -v github.com/spf13/hugo
$ go get github.com/kardianos/govendor
<br> $ govendor get github.com/spf13/hugo
<br> $ go install github.com/spf13/hugo
</div>
</div>
<div class="half half-content">
File diff suppressed because one or more lines are too long
@@ -291,7 +291,7 @@ ul.animated {
left: -5%;
max-width: 360px;
@include MQ(M) {
width: 100%;
min-width: 100%;
left: auto;
}
@include card(2);
File diff suppressed because one or more lines are too long