3 Commits

Author SHA1 Message Date
058a5ab81d Merge pull request #17 into master
8ab18d8 markdown: bump docker-finance to v1.4.0 (Aaron Fiore)
2026-03-16 13:47:59 -07:00
8ab18d8d0c markdown: bump docker-finance to v1.4.0 2026-03-16 12:54:25 -07:00
41566ed81f Merge pull request #16 into master
e9363bd markdown: minor tweak of intro scope (Aaron Fiore)
2026-03-09 13:53:57 -07:00

View File

@@ -64,7 +64,7 @@ To get started, you'll only need a modern Linux client (host) with a working Doc
```bash
# 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 --depth=1 https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance docker-finance/repo -b v1.3.0; then
if ! git clone --depth=1 https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance docker-finance/repo -b v1.4.0; then
echo "FATAL: docker-finance repo not cloned" >&2
fi
else