Compare commits
4 Commits
7cc19efbe8
...
v1.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
246e86902a
|
|||
|
0efc6d835f
|
|||
|
79180f211d
|
|||
|
01c45cf7be
|
@@ -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.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
|
||||
fi
|
||||
else
|
||||
|
||||
@@ -234,11 +234,11 @@ To mirror these categories, a client-side `custom` plugin directory layout is ge
|
||||
|
||||
#### Plugins: Bitcoin
|
||||
|
||||
The bitcoin plugin is a two-part client/container set of plugins that gives you direct access to bitcoin's libbitcoinkernel (and related headers/symbols).
|
||||
`dfi`'s bitcoin plugin is a two-part client/container set of plugins that gives you direct access to bitcoin's libbitcoinkernel (and related headers/symbols).
|
||||
|
||||
The following demo assumes that you'll be using a fresh setup and that you've at least satisfied the required dependencies in [Installation](How-do-I-get-started.md#installation).
|
||||
The following demo assumes that you'll be using a fresh setup and that you've at least satisfied the required dependencies in [Installation](How-do-I-get-started.md#installation) (Docker Engine/Compose/Buildx, Bash, Git).
|
||||
|
||||
If you're a first-time user and/or developer who simply wants a quickstart, use the following before proceeding:
|
||||
If you're a first-time user and/or developer who simply wants a quickstart, run the following before proceeding:
|
||||
|
||||
```bash
|
||||
git clone --depth=1 https://gitea.com/EvergreenCrypto/docker-finance docker-finance/repo
|
||||
|
||||
Reference in New Issue
Block a user