File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
directory-tree-generator-python/source_code_final Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RP Tree is a command-line tool to generate a directory tree diagram.
66
77To run ** RP Tree** , you need to download the source code. Then open a terminal or command-line window and run the following steps:
88
9- 1 . Create and activate a Python virtual environment
9+ 1 . Create and activate a Python virtual environment.
1010
1111``` sh
1212$ cd rptree_project/
@@ -15,7 +15,7 @@ $ source venv/bin/activate
1515(venv) $
1616```
1717
18- 2 . Run the application
18+ 2 . Run the application.
1919
2020``` sh
2121(venv) $ python tree.py /path/to/directory/
@@ -51,7 +51,7 @@ If you run RP Tree with a directory path as an argument, then you get the full d
5151RP Tree also provides the following options:
5252
5353- ` -v ` , ` --version ` shows the application version and exits
54- - ` -h ` , ` --help ` show a usage message
54+ - ` -h ` , ` --help ` shows a usage message
5555- ` -d ` , ` --dir-only ` generates a directory-only tree
5656- ` -o ` , ` --output-file ` generates a tree and save it to a file in markdown format
5757
You can’t perform that action at this time.
0 commit comments