Skip to content

Commit a3095fd

Browse files
authored
docs: update install instructions
1 parent 46ffd25 commit a3095fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,10 @@ which is useful on large polyglot projects.
1111
The design of `lintrunner` is heavily inspired by `linttool`, a project that exists internally at Meta.
1212

1313
## Installation
14-
Currently, do:
1514
```
16-
cargo install lintrunner --force
15+
pip install lintrunner
1716
```
1817

19-
In the future we’ll probably do binary releases through GitHub, `pip`, or `conda`.
20-
2118
## Usage
2219
First, you need to add a configuration file to your repo. See the [Linter
2320
configuration](#linter-configuration) section for more info.

0 commit comments

Comments
 (0)