We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ae384 commit a4d874eCopy full SHA for a4d874e
README.md
@@ -3,13 +3,13 @@
3
Hash CLI Tool is a terminal utility to fast hashing strings or files, checksums.
4
5
## Install:
6
-Run `hash-cli-setup.exe`, after that be sure to run hash-cli.exe from Administrator user.
7
-The utility is ready to use
+Run `hash-cli-installer.exe`, after that be sure to run hash-cli.exe on behalf of the administrator.
+The utility is ready to use.
8
9
## Quick usage:
10
### For strings:
11
```bash
12
-hash-cli [ hash-algorithm ] [ raw-input ]
+hash-cli [ hash-algorithm ] [ raw-data ]
13
```
14
### For files:
15
0 commit comments