From dc281a8d6fb29d298ac5295355f22b5c95829d11 Mon Sep 17 00:00:00 2001 From: Albert Albala Date: Tue, 5 Mar 2019 14:52:30 -0500 Subject: Provide Docker information in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 592e6cf6..d6b047ca 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ end of this file). An Emacs mode for Ledger files can be found in the [ledger/ledger-mode repository] and a vim plugin is located in the [ledger/vim-ledger repository]. +## Docker version + +If you have Docker installed on your computer or server, you can use a [Docker version](https://hub.docker.com/r/dcycle/ledger/) of this software, without installing any further dependencies: + + $ docker run --rm -v "$PWD"/test/input:/data dcycle/ledger:1 -f /data/sample.dat reg + ## Dependencies If you wish to proceed in this venture, you'll need a few dependencies. The -- cgit v1.2.3