From e9363bd28fdae06ce1c2796f200f735e4e4b2e57 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Fri, 6 Mar 2026 15:07:44 -0800 Subject: [PATCH] markdown: minor tweak of intro scope "financial world" implies larger scope of finances (including analysis). --- markdown/How-do-I-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/How-do-I-get-started.md b/markdown/How-do-I-get-started.md index d84c2c4..af39bb0 100644 --- a/markdown/How-do-I-get-started.md +++ b/markdown/How-do-I-get-started.md @@ -25,7 +25,7 @@ ## How do I get started? -docker-finance (`dfi`) is not your typical Docker image in which you simply pull and containerize. `dfi` is an *image-based* accounting system that operates translucently between your client (host) and container; keeping your finances containerized (with all the benefits of containerization). +docker-finance (`dfi`) is not your typical Docker image in which you simply pull and containerize: `dfi` is an *image-based* accounting system that operates translucently between your client (host) and container; keeping your financial world containerized (and with all the benefits of containerization). To get started, you'll only need a modern Linux client (host) with a working Docker installation.