diff --git a/README.md b/README.md index ca9870d..b6fd495 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 +# License -MIT \ No newline at end of file +MIT