Skip to content

Commit

Permalink
docs: add a step to import public key
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Sep 21, 2023
1 parent f3d94ae commit 750a16c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ If you'd rather not install from source, you can download a pre-built binary fro
celestia-app_Linux_x86_64.tar.gz: OK
```
1. Import the celestia-app maintainer's public key

```shell
curl -X GET https://raw.githubusercontent.com/celestiaorg/celestia-app/main/public-key.asc > public-key.asc
gpg --import public-key.asc
```

1. Verify the signature

```shell
Expand Down

0 comments on commit 750a16c

Please sign in to comment.