From 536d45db9c0843f1cd00d0f992b00e42c4dc47bb Mon Sep 17 00:00:00 2001 From: tmarcu Date: Fri, 9 Feb 2018 09:50:18 -0800 Subject: [PATCH] Update and rename README to README.md Add goreportcard and build status badges. --- README | 3 --- README.md | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index b740c06..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -This project contains tooling for using the software update mixer. - -Please follow the guide at https://clearlinux.org/documentation/clear-linux/guides/maintenance/mixer to learn more about how to use the mixer tool. diff --git a/README.md b/README.md new file mode 100644 index 0000000..041ac19 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +[![Go Report Card](https://goreportcard.com/badge/github.com/clearlinux/mixer-tools)](https://goreportcard.com/report/github.com/clearlinux/mixer-tools) +[![Build Status (Travis)](https://api.travis-ci.org/clearlinux/mixer-tools.svg?branch=master)](https://travis-ci.org/clearlinux/mixer-tools) + +This project contains tooling for using the software update mixer. + +Please follow the guide at https://clearlinux.org/documentation/clear-linux/guides/maintenance/mixer to learn more about how to use the mixer tool.