diff options
author | Steve Manuel <nilslice@gmail.com> | 2018-01-21 11:21:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 11:21:25 -0700 |
commit | ca0b1f44fec5fb944304bf2668623d21bdc01150 (patch) | |
tree | 38e6ab32b2b778e8422658b3ed1cb85e5043cc11 | |
parent | ff3c0f6bcb9d6477d386057dca1b54037b424ddf (diff) |
[docs] README.md: update with circle badge and fix docs (#225)
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,6 +4,7 @@ [](https://github.com/ponzu-cms/ponzu/releases/latest) [](https://godoc.org/github.com/ponzu-cms/ponzu) [](https://goreportcard.com/report/github.com/ponzu-cms/ponzu) +[](https://circleci.com/gh/ponzu-cms/ponzu/tree/master) > Watch the [**video introduction**](https://www.youtube.com/watch?v=T_1ncPoLgrg) @@ -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 @@ -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) |