Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hdadhich01 authored Dec 25, 2022
1 parent 0e1387c commit 43de0e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,7 @@ Now you can start integrating some [hooks](https://pre-commit.com/hooks.html) yo
GPG is an encryption tool that comes packaged with Ubuntu. It helps you verify your commits to ensure that every modification comes from you. Also, it looks more professional when committing to reasonably sized community projects. Configure it for use with:

```bash
echo "export GPG_TTY=$(tty)" >> ~/.zshrc
source ~/.zshrc
echo "export GPG_TTY=$(tty)" >> ~/.zshrc && source ~/.zshrc
```

Before generating the key, make sure you enter `1`, `4096`, `0`, `y`, your name, and your email for the prompts, respectively. Generate a key with:
Expand Down

0 comments on commit 43de0e7

Please sign in to comment.