„README.md“ ändern

This commit is contained in:
Kaisa Marysia 2022-03-26 08:17:33 +01:00
parent 22ccbc9192
commit cb1df859e0

View file

@ -18,7 +18,12 @@ curl https://git.elektrollart.org/Elektroll/sslchecker/raw/branch/master/sslchec
If you want and trust me, you may also download the file into ```/usr/bin/``` so you can run it global
```
sudo curl https://git.elektrollart.org/Elektroll/sslchecker/raw/branch/master/sslchecker -o /usr/bin/sslchecker``` and make it executable ```sudo chmod +x /usr/bin/sslchecker
sudo curl https://git.elektrollart.org/Elektroll/sslchecker/raw/branch/master/sslchecker -o /usr/bin/sslchecker
```
and make it executable
```
sudo chmod +x /usr/bin/sslchecker
```
In this case you can update the script file by running `sslchecker` with the `-u` option.