From 6bf075871237b55cb7b2d9d3f5509276662719ca Mon Sep 17 00:00:00 2001 From: La Ancapo <> Date: Sun, 1 Feb 2026 19:18:25 +0100 Subject: [PATCH] fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2c9419..f9595d2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The aim is to create a trustworthy Stellar transaction signer (and, by necessity ## Installation and usage -To build and run it, install `cabal-install` and use `cabal run`. The program expects your transaction coming from the standard input, and your private (S...) key residing in `$HOME/~/.stellar-veritas-key`. It will produce the decoded transaction description afterwards, with simple descriptions of the most popular operations. When it is ran from an interactive terminal, it will ask for a confirmation before signing the transaction. +To build and run it, install `cabal-install` and use `cabal run`. The program expects your transaction coming from the standard input, and your private (S...) key residing in `~/.stellar-veritas-key`. It will produce the decoded transaction description afterwards, with simple descriptions of the most popular operations. When it is ran from an interactive terminal, it will ask for a confirmation before signing the transaction. You can put the binary (`cabal list-bin stellar-veritas` to get the path) into your `$PATH` and use it directly.