From d0d8e3d49c2aa8c8d98792fa6ce5216dc44396bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Felipe=20Mil=C3=A9o?= Date: Tue, 11 Oct 2022 10:38:48 -0300 Subject: [PATCH] [IMP] Readme install information --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d64baf9..1fdfa18 100644 --- a/README.md +++ b/README.md @@ -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.