Skip to content

Commit

Permalink
Fix upstream_utils README
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Jul 13, 2024
1 parent a1def44 commit a5bf968
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions upstream_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ Start in the `upstream_utils` folder. Make sure a clone of the upstream repo exi
./<lib>.py clone
```

Update the clone of the upstream repo.
```bash
./<lib>.py rebase 2.0
```
where `2.0` is replaced with the version specified in `<lib>.py`.

Navigate to the repo. If you can't find it, the directory of the clone is printed at the start of the `clone` command.
```bash
cd /tmp/<lib>
Expand Down

0 comments on commit a5bf968

Please sign in to comment.