fix: add -it flag to ark alias in README (#164)

This commit is contained in:
Justin Moon
2024-05-02 18:55:33 -05:00
committed by GitHub
parent f1b83bd522
commit 06803ec7e9

View File

@@ -68,7 +68,7 @@ Fund the resulting address with [Liquid testnet faucet](https://liquidtestnet.co
Inside the `arkd` container is shipped the `ark` CLI. You can submit payment to the ASP using the `ark` CLI.
```bash
alias ark='docker exec arkd ark'
alias ark='docker exec -it arkd ark'
ark init --password <password> --ark-url localhost:6000
```