Skip to content

Commit

Permalink
Add additional instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics committed Jul 3, 2024
1 parent 3580d80 commit 5cfdda3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/developer-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,13 @@ source ~/.zshrc
```

### Windows
If you are using windows, it may be helpful to use [gpg4win](https://www.gpg4win.org/get-gpg4win.html). From there, you should be able to access gpg through the terminal.
If GPG doesn't work out of the box with git for you:
- You can [download the GPG binary directly](https://gnupg.org/download/).
- It may be helpful to use [gpg4win](https://www.gpg4win.org/get-gpg4win.html).

When installing, consider a gpg key manager like Kleopatra if you run into issues with environment variables or with the gpg service not running on startup.
From there, you should be able to access gpg through the terminal.

Additionally, consider a gpg key manager like Kleopatra if you run into issues with environment variables or with the gpg service not running on startup.

## Setting up developer sandbox

Expand Down

0 comments on commit 5cfdda3

Please sign in to comment.