Skip to content

Commit b309e69

Browse files
authored
Enhance readme with installation guides
1 parent 672ecd4 commit b309e69

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ To accommodate a wide range of operational scenarios, from simple ad-hoc tasks t
1515

1616
The combination of extensive algorithm support and advanced scripting makes HashifyNET CLI suitable for a multitude of applications, including file integrity verification, data deduplication, digital forensics, password security analysis, and integration into larger data processing pipelines. In summary, it stands as a powerful and extensible framework for anyone requiring precise and adaptable hashing capabilities.
1717

18-
Usage
19-
-----
18+
Installation
19+
------------
20+
Currently, the only ways to access HashifyNETCLI are downloading the pre-built binaries from here on GitHub or building the source code yourself.
21+
2022
You can find the pre-built binaries in the [Releases](https://github.com/Deskasoft/HashifyNETCLI/releases) page.
2123

24+
Usage
25+
-----
2226
> [!IMPORTANT]
2327
> Starting from version **0.7.0**, HashifyNETCLI supports streaming computation for large files.
2428
> Please use `OpenRead` instead of `ReadAllBytes` for large files.

0 commit comments

Comments
 (0)