forked from EvergreenCrypto/dfi-docs
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
0efc6d835f
|
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user