diff --git a/doc/setup.rst b/doc/setup.rst index c3d5d52dff5d8eff3b8657283504ff1792141198..f828e5243c3282c4ed38ac1eb86fad213bb57475 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -77,9 +77,10 @@ need. .. code:: shell git clone https://github.com/ARM-software/lisa.git + # Jump into the cloned repo directory + cd lisa # This will provide a more accurate changelog when building the doc git fetch origin refs/notes/changelog - cd lisa # A few packages need to be installed, like python3 or kernelshark. Python # modules will be installed in a venv at the next step, without touching # any system-wide install location.