diff --git a/README.md b/README.md index 69ef615..f0f0c3f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ width="260" height="80" border="0" alt="linkcrawler">
Build Status -Version +Version

A feature-rich wiki for minimalists

@@ -23,7 +23,7 @@ If you have go go get -u github.com/schollz/cowyo/... ``` -or just download from the [latest releases](https://github.com/schollz/cowyo/releases/latest). +or just [download the latest release](https://github.com/schollz/cowyo/releases/latest). ## Run @@ -37,7 +37,7 @@ and it will start a server listening on `0.0.0.0:8050`. To view it, just go to ### Running with TLS -Specify a matching pair of SSL Certificate and Key to run cowyo using https. Cowyo will now run in a secure session. +Specify a matching pair of SSL Certificate and Key to run cowyo using https. *cowyo* will now run in a secure session. *N.B. Let's Encrypt is a CA that signs free and signed certificates.* @@ -85,6 +85,17 @@ Just like in mission impossible. ![Self-destructing](http://i.imgur.com/upMxFQh.gif) +## Development + +You can run the tests using + +``` +$ cd $GOPATH/src/github.com/schollz/cowyo +$ go test ./... +``` + +Any contributions are welcome. + ## License MIT