diff --git a/README.md b/README.md index 12e28ca..dd7a4a3 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,13 @@ This tool will convert sheets in an Excel file or a path full of Excel files to The reason this tool was developed was to give other non-technical people the possibility to translate resources from a mobile app in Xamarin without needing to edit resource files. Everybody knows how to use Excel, right? +[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/jtorvald/excel2resource)](https://github.com/jtorvald/excel2resource) +[![GoReportCard](https://goreportcard.com/badge/github.com/jtorvald/excel2resource)]((https://goreportcard.com/report/github.com/jtorvald/excel2resource)) + + ## Download releases ## -The best is to [download the binary for your platform and run the executable](/jtorvald/excel2resource/releases). +The best is to [download the binary for your platform and run the executable](https://github.com/jtorvald/excel2resource/releases). To build from source, you'll need to clone the repository and run `go build -o ./bin/Excel2Resource main.go` from within the cmd directory. @@ -58,4 +62,6 @@ and saves it as Translations.xlsx. I don't think it will do any harm but just in case: **use this tool at your own risk**. # License # -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE) + +[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](https://go.dev/)