1
0
mirror of https://github.com/byReqz/stocheck.git synced 2024-09-28 19:43:14 +00:00

Update README.md

This commit is contained in:
Nils 2021-01-22 22:07:39 +00:00 committed by GitHub
parent 123d2fe2ff
commit 76daad9e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,28 @@
# stocheck
quick and dirty smart value checker
### features:
- sata/nvme support
- show smart info and self-check results
# usage
Usage: stocheck (options) <br>
Options: <br>
-h/--help -- show help <br>
-u/--update -- update the script <br>
# installation
1. download the script: <br>
```bash
wget https://git.byreqz.de/byreqz/stocheck/raw/branch/main/stocheck.sh
```
2. run it with <br>
``
bash stocheck.sh
``
or <br>
``
chmod +x stockheck.sh && ./stocheck.sh
``
3. optionally alias it <br>
``alias stocheck="~/stocheck.sh"``