From c676ef7f6ca511814a0f4e79eaae568f0e3705f5 Mon Sep 17 00:00:00 2001 From: Christian Claus Date: Fri, 13 Apr 2018 13:03:04 +0200 Subject: [PATCH] Add status images to Readme --- Readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 353ef02..6ec1e04 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,6 @@ +[![Build Status](https://travis-ci.org/micromata/swd.svg?branch=master)](https://travis-ci.org/micromata/swd) +[![Go Report](https://goreportcard.com/badge/github.com/micromata/swd)](https://goreportcard.com/report/github.com/micromata/swd) + # swd - The simple webdav server *swd* is a simple webdav server that provides the following features: @@ -69,7 +72,7 @@ Now you can reference your keypair in the configuration via: certFile: cert.pem users: ... - + The presence of the `tls` section is completely enough to let the server start with a TLS secured https connection. In the current release version you must take care, that the private key doesn't need a passphrase. Otherwise starting the server will fail. @@ -113,7 +116,7 @@ You can use the plain go toolchain and install the project to your `$GOPATH` via #### magefile -You can also use mage to build the project. +You can also use mage to build the project. Please ensure you've got [mage](https://magefile.org) installed. This can be done with the following steps: @@ -155,4 +158,4 @@ issue. ## License -Please be aware of the licenses of the components we use in this project. Everything else that has been developed by the contributions to this project is under [Apache 2 License](LICENSE.txt). \ No newline at end of file +Please be aware of the licenses of the components we use in this project. Everything else that has been developed by the contributions to this project is under [Apache 2 License](LICENSE.txt).