3 Commits

Author SHA1 Message Date
246e86902a Merge pull request #14 into master
0efc6d8 markdown: bump docker-finance to v1.3.0 (Aaron Fiore)
2026-02-27 13:18:21 -08:00
0efc6d835f markdown: bump docker-finance to v1.3.0 2026-02-26 13:53:14 -08:00
79180f211d Merge pull request #13 into master
01c45cf assets/markdown: plugins: add bitcoin documentation (Aaron Fiore)
06cf912 markdown: plugins: update documentation (Aaron Fiore)
f3952ba markdown: move plugins documentation (Aaron Fiore)
2026-02-26 11:24:24 -08:00

View File

@@ -64,7 +64,7 @@ To get started, you'll only need a modern Linux client (host) with a working Doc
```bash ```bash
# NOTE: you can change the domain to `gitea.com`, as this repository is also mirrored there # NOTE: you can change the domain to `gitea.com`, as this repository is also mirrored there
if hash git &>/dev/null; then if hash git &>/dev/null; then
if ! git clone --depth=1 https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance docker-finance/repo -b v1.2.0; then if ! git clone --depth=1 https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance docker-finance/repo -b v1.3.0; then
echo "FATAL: docker-finance repo not cloned" >&2 echo "FATAL: docker-finance repo not cloned" >&2
fi fi
else else