Skip to content

Commit

Permalink
docs: move optional step into collapsible details
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rootulp authored Nov 16, 2023
1 parent fc03393 commit 2b9eae8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<details>
<summary>
Optional: Verify the pre-built binary checksums and signatures
</summary>
If you use a pre-built binary, you may also want to verify the checksums and signatures.
Expand Down Expand Up @@ -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
```
</details>
### Ledger Support
Expand Down

0 comments on commit 2b9eae8

Please sign in to comment.