]> Dogcows Code - chaz/homebank2ledger/commitdiff
Release App-HomeBank2Ledger 0.006 v0.006
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Tue, 3 Sep 2019 02:03:40 +0000 (20:03 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Tue, 3 Sep 2019 02:03:40 +0000 (20:03 -0600)
  * Add fatpack release.

Changes
README.md

diff --git a/Changes b/Changes
index 6f9998768e47af6fd22b4d02057eb0d0f51e5b40..d6ed75709235e2f5f0f623981b574eeb6cc32846 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for App-HomeBank2Ledger.
 
 {{$NEXT}}
 
 
 {{$NEXT}}
 
+0.006     2019-09-02 20:02:53-06:00 MST7MDT
+  * Add fatpack release.
+
 0.005     2019-08-17 16:26:33-06:00 MST7MDT
   * Add --budget option for converting HomeBank budget to Ledger.
   * Support quoting commodities when needed.
 0.005     2019-08-17 16:26:33-06:00 MST7MDT
   * Add --budget option for converting HomeBank budget to Ledger.
   * Support quoting commodities when needed.
index 1b1b430a689d4b1f082faf8c9f1c85add7764753..c897fd8a8c71931a91fe5f38b6d55181104357b7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ homebank2ledger - A tool to convert HomeBank files to Ledger format
 
 # VERSION
 
 
 # VERSION
 
-version 0.005
+version 0.006
 
 # SYNOPSIS
 
 
 # SYNOPSIS
 
@@ -48,6 +48,43 @@ You can migrate the data you have in HomeBank so you can start maintaining your
 Or if you don't plan to switch completely off of HomeBank, you can continue to maintain your
 accounts in HomeBank and use this script to also take advantage of the reports Ledger offers.
 
 Or if you don't plan to switch completely off of HomeBank, you can continue to maintain your
 accounts in HomeBank and use this script to also take advantage of the reports Ledger offers.
 
+# INSTALL
+
+There are several ways to install `homebank2ledger` to your system.
+
+## using cpanm
+
+You can install `homebank2ledger` using [cpanm](https://metacpan.org/pod/cpanm). If you have a local perl (plenv, perlbrew, etc.),
+you can just do:
+
+    cpanm App::Homebank2Ledger
+
+to install the `homebank2ledger` executable and its dependencies. The executable will be installed
+to your perl's bin path, like `~/perl5/perlbrew/bin/homebank2ledger`.
+
+If you're installing to your system perl, you can do:
+
+    cpanm --sudo App::Homebank2Ledger
+
+to install the `homebank2ledger` executable to a system directory, like
+`/usr/local/bin/homebank2ledger` (depending on your perl).
+
+## Downloading just the executable
+
+You may also choose to download `homebank2ledger` as a single executable, like this:
+
+    curl -OL https://raw.githubusercontent.com/chazmcgarvey/homebank2ledger/solo/homebank2ledger
+    chmod +x homebank2ledger
+
+## For developers
+
+If you're a developer and want to hack on the source, clone the repository and pull the
+dependencies:
+
+    git clone https://github.com/chazmcgarvey/homebank2ledger.git
+    cd homebank2ledger
+    make bootstrap      # installs dependencies; requires cpanm
+
 # OPTIONS
 
 ## --version
 # OPTIONS
 
 ## --version
This page took 0.024528 seconds and 4 git commands to generate.