Skip to content

Commit

Permalink
Fix README to be more markdown friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Sep 3, 2018
1 parent 2633cc5 commit 12853a6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,22 @@

### Mac

```
```bash
brew update && brew install hugo
```

Just download binary from https://github.com/spf13/hugo/releases

Just download binary from [https://github.com/spf13/hugo/releases](https://github.com/spf13/hugo/releases)

### Usage - look into [quickstart](https://gohugo.io/overview/quickstart/)

- Run local webserver

```
```bash
hugo server --buildDrafts
```

- Generate new version

```
```bash
hugo -d public
```

0 comments on commit 12853a6

Please sign in to comment.