Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: move optional step into collapsible details #2850

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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