Skip to content

Commit

Permalink
Fixes #99 Update README.md file
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Apr 14, 2015
1 parent 8f15b6c commit 65f1065
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
rebase-helper
------------------------------
# rebase-helper

https://landscape.io/github/phracek/rebase-helper/landscape.svg?style=flat

## Rebase-helper workflow

== Rebase-helper workflow ==
This tool helps you to rebase package to the latest version

How the rebase-helper works:
Expand All @@ -20,16 +22,19 @@ How the rebase-helper works:
- Run rpmdiff tool for finding libraries and header changes.
- Inform user what libraries and header files were changed.

## Landscape scans

[**Landscape.io scans of rebase-helper**](https://landscape.io/github/phracek/rebase-helper/)

== Installation instructions ==
## Requirements

Packages which needs to be installed before you execute rebase-helper for first time:
- meld
- mock
- rpm-build
- pkgdiff at least 1.6.3
- python-six

== How to execute rebase-helper ==
## How to execute rebase-helper from CLI

Go to a git directory of your package and execute command ./rebase-helper <new_upstream_version>

0 comments on commit 65f1065

Please sign in to comment.