Merge pull request #845 from cisagov/rh/dev-onboarding-change

Update developer-onboarding.md
This commit is contained in:
Rebecca H 2023-08-07 19:02:41 -07:00 committed by GitHub
commit c1b384e629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ name: Developer Onboarding
about: Onboarding steps for developers. about: Onboarding steps for developers.
title: 'Developer Onboarding: GH_HANDLE' title: 'Developer Onboarding: GH_HANDLE'
labels: dev, onboarding labels: dev, onboarding
assignees: loganmeetsworld assignees: abroddrick
--- ---
@ -16,7 +16,7 @@ assignees: loganmeetsworld
There are several tools we use locally that you will need to have. There are several tools we use locally that you will need to have.
- [ ] [Install the cf CLI v7](https://docs.cloudfoundry.org/cf-cli/install-go-cli.html#pkg-mac) for the ability to deploy - [ ] [Install the cf CLI v7](https://docs.cloudfoundry.org/cf-cli/install-go-cli.html#pkg-mac) for the ability to deploy
- [ ] Make sure you have `gpg` >2.1.7. Run `gpg --version` to check. - [ ] Make sure you have `gpg` >2.1.7. Run `gpg --version` to check. If not, [install gnupg](https://formulae.brew.sh/formula/gnupg)
- [ ] Install the [Github CLI](https://cli.github.com/) - [ ] Install the [Github CLI](https://cli.github.com/)
## Access ## Access
@ -80,6 +80,15 @@ You may need to add these two lines to your shell's rc file (e.g. `.bashrc` or `
GPG_TTY=$(tty) GPG_TTY=$(tty)
export GPG_TTY export GPG_TTY
``` ```
and then
```bash
source ~/.bashrc
```
or
```bash
source ~/.zshrc
```
## Setting up developer sandbox ## Setting up developer sandbox