Skip to content

Commit

Permalink
keep husky install instructions as is
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Aug 31, 2023
1 parent cfeb5fc commit 13bb3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To get the tools needed for local development, you can run:
```bash
brew tap yoheimuta/protolint
brew install yarn lerna direnv shellcheck protolint detect-secrets
yarn add husky
yarn husky install
```

We use [direnv](https://direnv.net/) to automatically set required environment variables when you enter this directory or its children. This will be used when running the application locally, or when using tools like the `aws` or `serverless` CLIs locally.
Expand Down

0 comments on commit 13bb3de

Please sign in to comment.