Skip to content

Commit

Permalink
Fix tree on Windows: We don't want to see files
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa authored Oct 20, 2023
1 parent 6f8b6bd commit 6330d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/basics/101-105-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ chapters in this handbook will demonstrate how useful this information can be.

Here is the repository structure:

.. windows-wit:: use tree /f
.. windows-wit:: use tree

The Windows version of tree requires different parametrization, so please run ``tree /f`` instead of ``tree -d``.
The Windows version of tree requires different parametrization, so please run ``tree`` instead of ``tree -d``.

.. runrecord:: _examples/DL-101-105-103
:language: console
Expand Down

0 comments on commit 6330d3c

Please sign in to comment.