Skip to content

Commit dd07d9f

Browse files
committed
Fix outdated lintrunner directions
They had the wrong version, but also should just point people toward the script that will install the right version. ghstack-source-id: 12003b2 ghstack-comment-id: 3314142900 Pull-Request: #14449
1 parent 750cba7 commit dd07d9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@ We use [`lintrunner`](https://pypi.org/project/lintrunner/) to help make sure th
199199
code follows our standards. Set it up with:
200200

201201
```
202-
pip install lintrunner==0.12.7
203-
pip install lintrunner-adapters==0.12.4
202+
./install_requirements.sh # (automatically run by install_executorch.sh)
204203
lintrunner init
205204
```
206205

0 commit comments

Comments
 (0)