From af3e299ff3374fdaa1a5329104684cfe6404b8e8 Mon Sep 17 00:00:00 2001 From: Philippe Sampont Date: Wed, 13 Jun 2018 16:57:37 +0200 Subject: [PATCH] Issue #2 : Add an installation procedure --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c49382..9eb5241 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # CiviBanking CODA Importer -TODO +CiviBanking CODA importer is an [CiviBanking](https://github.com/Project60/org.project60.banking) extension for importing CODA files. + +Development Installation +======================== + +Clone repository into you CiviCRM extensions folder, e.g. like this: +``` +> cd /var/www/drupal/sites/default/files/extensions/ +> git clone https://github.com/Project60/org.project60.banking.git +> cd org.project60.coda +> composer install