mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-27 17:02:04 +08:00
Update replay README.md to be more clear that auth.py is in tools/lib (#25366)
and a little minor format fix
This commit is contained in:
@@ -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>
|
||||
@@ -24,6 +24,7 @@ python replay/ui.py
|
||||
```
|
||||
|
||||
## usage
|
||||
|
||||
``` bash
|
||||
$ tools/replay/replay -h
|
||||
Usage: tools/replay/replay [options] route
|
||||
|
||||
Reference in New Issue
Block a user