Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2013-07-24 19:47:58 +0400
committerspf13 <steve.francia@gmail.com>2013-07-24 19:47:58 +0400
commitdd9a7e645584cb359e5987f14892a4272633c863 (patch)
treef35c24463f7040c1d26aeaa5eddc909280be96c8 /README.md
parent16b1f284cae7abda49c951394c2284a2dba306ed (diff)
Fixing headers in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 4df411355..3c9e21e42 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ The latest release can be found at [hugo releases](https://github.com/spf13/hugo
We currently build for Windows, Linux, FreeBSD and OS X for x64
and 386 architectures.
-## Installing Hugo (binary)
+### Installing Hugo (binary)
Installation is very easy. Simply download the appropriate version for your
platform from [hugo releases](https://github.com/spf13/hugo/releases).
@@ -38,16 +38,16 @@ is the most probable location.
*the Hugo executible has no external dependencies.*
-## Installing from source
+### Installing from source
-### Dependencies
+#### Dependencies
* Git
* Go 1.1+
* Mercurial
* Bazaar
-### Clone locally (for contributors):
+#### Clone locally (for contributors):
git clone https://github.com/spf13/hugo
cd hugo
@@ -59,18 +59,18 @@ it's helpful to symlink the project to one of the following paths:
* ln -s /path/to/your/hugo $GOPATH/src/github.com/spf13/hugo
* ln -s /path/to/your/hugo $GOROOT/src/pkg/github.com/spf13/hugo
-### Get directly from Github:
+#### Get directly from Github:
If you don't intend to contribute, it's even easier.
go get github.com/spf13/hugo
-### Running Hugo
+#### Running Hugo
cd /path/to/hugo
go run main.go
-### Building Hugo
+#### Building Hugo
cd /path/to/hugo
go build -o hugo main.go