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

Update README.md

This commit is contained in:
Nils 2021-01-22 23:43:49 +00:00 committed by GitHub
parent c82fbe82c4
commit 2a9f68f746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,12 +22,14 @@ ssh root@remote 'bash -s' < stocheck.sh
wget https://git.byreqz.de/byreqz/stocheck/raw/branch/main/stocheck.sh
```
2. run it with <br>
``
```bash
bash stocheck.sh
``
```
or <br>
``
```bash
chmod +x stockheck.sh && ./stocheck.sh
``
```
3. optionally alias it <br>
``alias stocheck="~/stocheck.sh"``
```bash
alias stocheck="~/stocheck.sh"
```