summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..b3b144a 100755
--- a/README.md
+++ b/README.md
@@ -0,0 +1,25 @@
+# Business::OnlinePayment::Bambora
+
+## Building
+
+```
+perl Makefile.PL
+make
+make install
+```
+
+## Testing
+
+```
+export BAMBORA_MERCHANT_ID=1234567890
+export BAMBORA_API_KEY=XOXOXOXOXOXOXOX
+make test
+```
+
+## Usage Documentation
+
+`perldoc Business::OnlinePayment::Bambora`
+
+## See Also
+
+- [Git Repo](http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-Bambora.git)