Skip to content

Commit 9a7d9d4

Browse files
authored
Small README edits
1 parent 33d23ee commit 9a7d9d4

File tree

1 file changed

+3
-3
lines changed
  • directory-tree-generator-python/source_code_final

1 file changed

+3
-3
lines changed

directory-tree-generator-python/source_code_final/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RP Tree is a command-line tool to generate a directory tree diagram.
66

77
To 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
5151
RP 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

0 commit comments

Comments
 (0)