Skip to content

Commit

Permalink
Update replay README.md to be more clear that auth.py is in tools/lib (
Browse files Browse the repository at this point in the history
…commaai#25366)

and a little minor format fix
  • Loading branch information
nelsonjchen authored Aug 4, 2022
1 parent 00ee6da commit 4fb318c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/replay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```bash
# Log in via browser to have access to non-public routes
python lib/auth.py
python tools/lib/auth.py

# Start a replay
tools/replay/replay <route-name>
Expand All @@ -24,6 +24,7 @@ python replay/ui.py
```

## usage

``` bash
$ tools/replay/replay -h
Usage: tools/replay/replay [options] route
Expand Down

0 comments on commit 4fb318c

Please sign in to comment.