From cf390509d82293f390ce0a70d9eec255d9695127 Mon Sep 17 00:00:00 2001 From: Jochen Breuer Date: Tue, 22 Oct 2019 16:44:03 +0200 Subject: [PATCH 1/2] Adds install information to the README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca9870d..d8b441c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Output is structure like this: \: \ -> \ -# Patterns +## Patterns bscdiff looks for the following patterns: @@ -30,10 +30,14 @@ bscdiff looks for the following patterns: Since no external dependency was used, you can just do a `go build bscdiff.go`. +## Installation + +For openSUSE you can [download packages from OBS](https://software.opensuse.org//download.html?project=home%3Abrejoc%3Abscdiff&package=bscdiff), or you can download the binaries for Linux(amd64) and FreeBSD(amd64) from the [releases](https://github.com/brejoc/bscdiff/releases). + # Issues and Contributions If you've got issues or questions please don't hesitate to open an issue. If you'd like to improve something or found a bug and you want to fix it, just open a pull request. ## License -MIT \ No newline at end of file +MIT From 5535c8a96be135467de6e84e0724c9a78561d872 Mon Sep 17 00:00:00 2001 From: Jochen Breuer Date: Tue, 22 Oct 2019 16:46:56 +0200 Subject: [PATCH 2/2] License should also be a level 1 headline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8b441c..b6fd495 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,6 @@ For openSUSE you can [download packages from OBS](https://software.opensuse.org/ If you've got issues or questions please don't hesitate to open an issue. If you'd like to improve something or found a bug and you want to fix it, just open a pull request. -## License +# License MIT