Skip to content

Commit 3b7e516

Browse files
authored
README.md
1 parent 53575d6 commit 3b7e516

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,18 @@ The program uses a temporary vector to store each chunk of the file during readi
3636
Ensure you have a backup of your original files before splitting them, as the resulting chunks will be independent files and cannot be used as a single complete file without being reassembled in their original order.
3737

3838
Feel free to contribute or report issues if you have any suggestions to improve the program!
39+
40+
## Installation
41+
42+
- Make sure you have a C++ compiler installed on your system. (GCC, Clang...)
43+
- Clone the repository or download the source code files to your local machine.
44+
```bash
45+
git clone https://github.com/TanevAZ/FileSplitter.git
46+
cd FileSplitter
47+
```
48+
- Compile the program using the C++ compiler your downloaded.
49+
- After successful compilation, you will find an executable file named "FileSplitter" in the same directory.
50+
51+
## Screenshot
52+
53+
![image](https://github.com/TanevAZ/FileSplitter/assets/66444552/f179b580-3d8e-432a-b5c9-219ebae1ee69)

0 commit comments

Comments
 (0)