Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] README.md: update with circle badge and fix docs #225

Merged
merged 1 commit into from Jan 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -4,6 +4,7 @@
[![Current Release](https://img.shields.io/github/release/ponzu-cms/ponzu.svg)](https://github.com/ponzu-cms/ponzu/releases/latest)
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/ponzu-cms/ponzu)
[![Go Report Card](https://goreportcard.com/badge/github.com/ponzu-cms/ponzu)](https://goreportcard.com/report/github.com/ponzu-cms/ponzu)
[![CircleCI Build Status](https://circleci.com/gh/ponzu-cms/ponzu.svg?style=shield)](https://circleci.com/gh/ponzu-cms/ponzu/tree/master)

> Watch the [**video introduction**](https://www.youtube.com/watch?v=T_1ncPoLgrg)

Expand Down Expand Up @@ -51,7 +52,7 @@ For more detailed documentation, check out the [docs](https://docs.ponzu-cms.org
## Installation

```
$ go get github.com/ponzu-cms/ponzu/...
$ go get -u github.com/ponzu-cms/ponzu/...
```

## Requirements
Expand Down Expand Up @@ -184,7 +185,7 @@ $ ponzu run admin
(or)
$ ponzu run --port=8888 api
(or)
$ ponzu --dev-https run
$ ponzu run --dev-https
```
Defaults to `$ ponzu run --port=8080 admin,api` (running Admin & API on port 8080, without TLS)

Expand Down