mirror of
https://github.com/byReqz/stocheck.git
synced 2024-11-10 18:23:14 +00:00
Update README.md
This commit is contained in:
parent
123d2fe2ff
commit
76daad9e84
26
README.md
26
README.md
@ -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"``
|
||||
|
Loading…
Reference in New Issue
Block a user