From d69e37d1bcc5fdce44cf93cbe12ad69b96e0147f Mon Sep 17 00:00:00 2001
From: Zack Scholl
-
+
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