Skip to content

Commit

Permalink
Remove outdated README info (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Nov 6, 2024
1 parent 7721133 commit a1552fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,13 @@ Write tests using [pytest](https://docs.pytest.org/).

## Setup info

Requires Python 3.8+.

```console
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ python -m pip install cherry_picker
```

The cherry picking script assumes that if an `upstream` remote is defined, then
The cherry-picking script assumes that if an `upstream` remote is defined, then
it should be used as the source of upstream changes and as the base for
cherry-pick branches. Otherwise, `origin` is used for that purpose.
You can override this behavior with the `--upstream-remote` option
Expand Down

0 comments on commit a1552fb

Please sign in to comment.