Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dotslashinit-sh committed Apr 9, 2024
1 parent 96cf980 commit 2efa2f2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
A simple application to hide files inside JPG, MP3 and MP4 files.

## Usage
1) Launch Hider.exe
2) Click on browse to select a base file which is used to hide the other files.
3) Click on the `Add Files` button and add as many files as you want to add. If you accidently added file which you didn't intend to,
1) Download .NET 8.0 runtime from [here](https://dotnet.microsoft.com/en-us/download/).
2) Launch Hider.exe
3) Click on browse to select a base file which is used to hide the other files.
4) Click on the `Add Files` button and add as many files as you want to add. If you accidently added file which you didn't intend to,
you can select it from the list and click on the `Remove Item` button.
4) Click on the `Hide File!` button to hide the files. A save file dialog appears.
5) Save the new file somewhere. (**NOTE: The saved file will have the extension of the base file.**)
6) Right-click and open the saved file with an archive manager like WinRAR or 7-Zip to view the hidden files.
5) Click on the `Hide File!` button to hide the files. A save file dialog appears.
6) Save the new file somewhere. (**NOTE: The saved file will have the extension of the base file.**)
7) Right-click and open the saved file with an archive manager like WinRAR or 7-Zip to view the hidden files.

## Using the output file
Open the output file with a zip archive application like WinRAR, WinZIP or 7-Zip and then extract the files.
Expand All @@ -21,8 +22,8 @@ The latest releases can be found [here](https://github.com/dotslashinit-sh/FileH
## Compiling
You can build the project using any one of these following methods.

### Using .NET 6.0 SDK
1) Download and install .NET 6.0 SDK from [here](https://dotnet.microsoft.com/en-us/download/).
### Using .NET 8.0 SDK
1) Download and install .NET 8.0 SDK from [here](https://dotnet.microsoft.com/en-us/download/).
2) Clone the repo and go to the root folder.
3) Run `dotnet build`.

Expand Down

0 comments on commit 2efa2f2

Please sign in to comment.