manual, all parsing OK

This commit is contained in:
Mik-TF 2024-05-14 13:24:02 -04:00
parent e2f71ca641
commit 2569fe5975

View File

@ -39,15 +39,15 @@ flag. Otherwise exits with code 0. Note that errors set as --warnings will alway
### With Python
* Clone the repository
* ```
```
git clone https://github.com/threefoldfoundation/website-link-checker
```
* Change directory
* ```
```
cd website-link-checker
```
* Run the program
* ```
```
python website-link-checker.py https://example.com -e 404 -w all
```