You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,3 +36,18 @@ The program uses a temporary vector to store each chunk of the file during readi
36
36
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.
37
37
38
38
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.
0 commit comments