From 031daed750cc60ebf2f44f41b5db8b5eb309b66c Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sun, 29 Aug 2021 09:00:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ee3ff7..38a509a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ LnMe needs the following LND permissions: Use the LND [macaroon bakery](http://macaroon-bakery.freedomnode.com/) to create a new macaroon for LnMe. -To get the HEX versions of the files use `xxd -ps -u -c 100000` e.g. `cat invoice.macaroon | xxd -ps -u -c 100000` +To get the HEX versions of the files use `xxd -plain` e.g. `xxd -plain invoice.macaroon | tr -d '\n'` ### Deployment