Skip to content

Commit

Permalink
docs: move optional step into collapsible details (#2850)
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.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
- Added instructions for verifying checksums and signatures of pre-built
binaries in the README.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
rootulp authored Nov 20, 2023
1 parent c9106fd commit 679b442
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 @@ -61,7 +61,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 @@ -96,6 +99,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 679b442

Please sign in to comment.