mirror of https://github.com/zulip/zulip.git
docs: Spell out `./tools/run-dev.py` in setup instructions.
This location in the documentation, in particular, is one where it's likely to be helpful to spell the full path to the command when explaining it.
This commit is contained in:
parent
e2e39acbc4
commit
03c70cbed5
|
@ -450,7 +450,7 @@ automatically whenever you commit).
|
|||
|
||||
#### Understanding run-dev.py debugging output
|
||||
|
||||
It's good to have the terminal running `run-dev.py` up as you work since error
|
||||
It's good to have the terminal running `./tools/run-dev.py` up as you work since error
|
||||
messages including tracebacks along with every backend request will be printed
|
||||
there.
|
||||
|
||||
|
|
Loading…
Reference in New Issue