From 1505ed7c3aea1415a43051290f729495c121ae27 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Thu, 19 Feb 2026 12:41:07 -0800 Subject: [PATCH] markdown: Installation: update repo prep/clone --- markdown/How-do-I-get-started.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/markdown/How-do-I-get-started.md b/markdown/How-do-I-get-started.md index 3b96a12..31274e3 100644 --- a/markdown/How-do-I-get-started.md +++ b/markdown/How-do-I-get-started.md @@ -55,14 +55,14 @@ docker-finance *should* work out-of-the-box on any modern Linux system. For exam 3. Prepare your base path and repository: - Before proceeding, change your directory to a *persistent base path* that you intend to keep; as this will be the default base path for all data going forward. - - NOTE: you *can* change the default base path later during [Client Generation](#client-generation). + - Before proceeding, change your directory to a *persistent base path* that you intend to keep; as this will be the default base path for all data going forward + * The absolute path of your current working directory + `./docker-finance` will be the default base path to house all data + * If you'd like, you *can* change the base path later during [Client Generation](#client-generation) ```bash - # NOTE: ./docker-finance will be the default parent directory to house all data + # NOTE: you can change the domain to `gitea.com`, as this repository is also mirrored there if hash git &>/dev/null; then - if ! git clone https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance docker-finance/repo; then + if ! git clone --depth=1 https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance docker-finance/repo -b v1.2.0; then echo "FATAL: docker-finance repo not cloned" >&2 fi else