From 2b9eae8f7c561aab7da57e9ded9e99b05dd34fc4 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Thu, 16 Nov 2023 10:40:18 -0500 Subject: [PATCH] docs: move optional step into collapsible details The optional step for verifying the pre-built binary takes up a large chunk of the README. Since it's a less frequently used procedure, proposal to hide the contents into a collapsible details section. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0d17792b..1f8a541f5c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,10 @@ If you'd rather not install from source, you can download a pre-built binary fro ./celestia-appd --help ``` -#### Optional: Verify the pre-built binary checksums and signatures +
+ +Optional: Verify the pre-built binary checksums and signatures + If you use a pre-built binary, you may also want to verify the checksums and signatures. @@ -99,6 +102,7 @@ If you use a pre-built binary, you may also want to verify the checksums and sig gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: BF02 F32C C368 6456 0B90 B764 D469 F859 693D C3FA ``` +
### Ledger Support