Skip to content

Commit

Permalink
Merge pull request #10 from mileo/patch-1
Browse files Browse the repository at this point in the history
[IMP] Readme install information
  • Loading branch information
sebalix authored Dec 20, 2022
2 parents 5b63a2e + d0d8e3d commit 0620d59
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ oca-port
Tool helping to port an addon or missing commits of an addon from one branch
to another.

Installing
----------

$ pipx install oca-port
$ #OR
$ git clone git@github.com:oca/oca-port.git
$ cd oca-port
$ pipx install .

Using
-----

If the addon does not exist on the target branch, it will assist the user in
the migration, following the OCA migration guide.

Expand Down

0 comments on commit 0620d59

Please sign in to comment.