diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-03 18:35:29 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-03 18:35:29 -0800 |
commit | 1b1a06b6ec616b7973eb5dc910f3d6dc50329b31 (patch) | |
tree | 7449f2145bd31849cec997569920d9235eb88f4a /README.md | |
parent | c1d9ac15acdc9ea2f389cfcd8eee2ac7db291f87 (diff) |
adding link to Wiki
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,13 +10,16 @@ modern applications. Ponzu is released under the BSD-3-Clause license (see LICENSE). (c) 2016 Boss Sauce Creative, LLC +## Wiki +For more detailed information, check out the [wiki](https://github.com/ponzu-cms/ponzu/wiki) + ## Installation ``` $ go get github.com/ponzu-cms/ponzu/... ``` -### Requirements +## Requirements Go 1.8+ Since HTTP/2 Server Push is used, Go 1.8+ is required. However, it is not |