mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-31 17:14:46 +01:00
fix: add -it flag to ark alias in README (#164)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user