mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Merge branch 'doc-fix' of https://github.com/brandonblack/hugo into brandonblack-doc-fix
Conflicts: README.md
This commit is contained in:
commit
3ad3f2f0e0
1 changed files with 52 additions and 36 deletions
16
README.md
16
README.md
|
@ -37,6 +37,7 @@ is the most probable location.
|
|||
|
||||
## Installing from source
|
||||
|
||||
<<<<<<< HEAD
|
||||
### Dependencies
|
||||
|
||||
Make sure you have a recent version of go installed. Hugo requires go 1.1+.
|
||||
|
@ -45,11 +46,26 @@ Make sure you have a recent version of go installed. Hugo requires go 1.1+.
|
|||
|
||||
### Cloning and Installing dependencies
|
||||
|
||||
Pre-requisites:
|
||||
|
||||
* Git
|
||||
* Go 1.1+
|
||||
* Mercurial
|
||||
* Bazaar
|
||||
|
||||
### Getting locally (for contributors):
|
||||
|
||||
# clone and build
|
||||
git clone https://github.com/spf13/hugo
|
||||
cd hugo
|
||||
go get
|
||||
go build -o hugo main.go
|
||||
|
||||
### Install directly from Github:
|
||||
|
||||
go get github.com/spf13/hugo
|
||||
go build -o hugo main.go
|
||||
|
||||
### Running Hugo
|
||||
|
||||
cd hugo
|
||||
|
|
Loading…
Reference in a new issue