From 06803ec7e9d67142e28734d178f0922331a93291 Mon Sep 17 00:00:00 2001 From: Justin Moon Date: Thu, 2 May 2024 18:55:33 -0500 Subject: [PATCH] fix: add -it flag to ark alias in README (#164) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b7b3b..27f8f89 100644 --- a/README.md +++ b/README.md @@ -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 --ark-url localhost:6000 ```