summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2019-03-05 13:53:13 -0800
committerGitHub <noreply@github.com>2019-03-05 13:53:13 -0800
commit6fa1c46236df7775f55b553c6c4cb86949dccc5f (patch)
tree1d05c49b5ea3fb6c9d9c9e8da1913af095397826 /README.md
parent45111a2b028e0f4e85d06145d8840cb8dd60d69a (diff)
parentdc281a8d6fb29d298ac5295355f22b5c95829d11 (diff)
downloadfork-ledger-6fa1c46236df7775f55b553c6c4cb86949dccc5f.tar.gz
fork-ledger-6fa1c46236df7775f55b553c6c4cb86949dccc5f.tar.bz2
fork-ledger-6fa1c46236df7775f55b553c6c4cb86949dccc5f.zip
Merge pull request #1769 from alberto56/patch-2
Provide Docker information in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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