Skip to content

Commit 66c3f4f

Browse files
modified README.md
1 parent 9bf2d96 commit 66c3f4f

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

README.md

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ How to run program.
88
1. Clone the repository.
99
2. navigate inside folder 'mp3_metadata_extractor'
1010
3. cargo build
11-
4. cargo run Sample.mp3
11+
4. cargo run Ae_Ajnabi_Tu_Bhi_Kahin_Awaz_De.mp3
1212

1313
To save output to a file execute following command.
1414

15-
cargo run Sample.mp3 > Sample.txt
15+
% cargo run -- Ae_Ajnabi_Tu_Bhi_Kahin_Awaz_De.mp3 > Output.txt
16+
1617

1718
------------------
1819

@@ -43,22 +44,28 @@ mp3_metadata_extractor v0.1.0 () -
4344
__Repository Tree Structure__
4445

4546
```
46-
├── .github
47-
└── workflows
48-
│ └── rust.yml
47+
% tree -I '.git' -a
48+
.
4949
├── Application_Requirements.txt
50+
├── .github
51+
│   └── workflows
52+
│   └── rust.yml
5053
├── LICENSE
54+
├── mp3_metadata_extractor
55+
│   ├── Ae_Ajnabi_Tu_Bhi_Kahin_Awaz_De.mp3
56+
│   ├── Cargo.lock
57+
│   ├── Cargo.toml
58+
│   ├── .gitignore
59+
│   ├── Output.txt
60+
│   └── src
61+
│   └── main.rs
5162
├── OUTPUT
52-
├── Output1.png
53-
└── Output2.png
54-
├── README.md
55-
└── mp3_metadata_extractor
56-
├── .gitignore
57-
├── Cargo.lock
58-
├── Cargo.toml
59-
├── Sample.mp3
60-
├── Sample.txt
61-
└── src
62-
└── main.rs
63+
│   ├── Output1.png
64+
│   ├── Output2.png
65+
│   └── Output3.png
66+
└── README.md
67+
68+
5 directories, 13 files
69+
6370
6471
```

0 commit comments

Comments
 (0)