Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmansson committed May 25, 2021
1 parent f4dbb29 commit 3a95749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ A stupid tool for listing and checking out Gerrit changes

### Installation

Install with pip
Install from PyPI
```
pip3 install --user --upgrade ferrit
pip install --user --upgrade ferrit
```
or from the repo
```
python3 setup.py install --user
pip install .
```

### Configuration
Expand Down

0 comments on commit 3a95749

Please sign in to comment.