Skip to content

Commit

Permalink
Fix path to setup_dev_env.sh in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjjw authored Feb 26, 2022
1 parent b63b449 commit 6bd40f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Getting started with development is quite simple:
1. Fork this project on GitHub
2. git clone https://github.com/<username>/pyatv.git
3. cd pyatv
4. ./setup_dev_env.sh
4. ./scripts/setup_dev_env.sh
```

This will set everything up. To run tests, linting, etc. just run activate the virtual environment and run chickn:
Expand Down

0 comments on commit 6bd40f3

Please sign in to comment.