diff --git a/README.md b/README.md index e42a84c85..2fcce23f6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ Available as a command-line utility, a library and a [GitHub Action](https://git pacman -S lychee ``` +### OpenSUSE Tumbleweed + +```sh +zypper in lychee +``` + ### macOS ```sh @@ -295,7 +301,7 @@ Arguments: Options: -c, --config Configuration file to use - + [default: lychee.toml] -v, --verbose... @@ -313,7 +319,7 @@ Options: --max-cache-age Discard all cached requests older than this duration - + [default: 1d] --dump @@ -324,7 +330,7 @@ Options: --archive Specify the use of a specific web archive. Can be used in combination with `--suggest` - + [possible values: wayback] --suggest @@ -332,17 +338,17 @@ Options: -m, --max-redirects Maximum number of allowed redirects - + [default: 5] --max-retries Maximum number of retries per request - + [default: 3] --max-concurrency Maximum number of concurrent network requests - + [default: 128] -T, --threads @@ -350,7 +356,7 @@ Options: -u, --user-agent User agent - + [default: lychee/x.y.z] -i, --insecure @@ -400,7 +406,7 @@ Options: Test the specified file extensions for URIs when checking files locally. Multiple extensions can be separated by commas. Extensions will be checked in order of appearance. - + Example: --fallback-extensions html,htm,php,asp,aspx,jsp,cgi --header
@@ -408,20 +414,20 @@ Options: -a, --accept A List of accepted status codes for valid links - + The following accept range syntax is supported: [start]..[=]end|code. Some valid examples are: - + - 200..=204 - 200..204 - ..=204 - ..204 - 200 - + Use "lychee --accept '200..=204, 429, 500' ..." to provide a comma- separated list of accepted status codes. This example will accept 200, 201, 202, 203, 204, 429, and 500 as valid status codes. - + [default: 100..=103,200..=299] --include-fragments @@ -429,17 +435,17 @@ Options: -t, --timeout Website timeout in seconds from connect to response finished - + [default: 20] -r, --retry-wait-time Minimum wait time in seconds between retries of failed requests - + [default: 1] -X, --method Request method - + [default: get] -b, --base @@ -450,7 +456,7 @@ Options: --github-token GitHub API token to use when checking github.com links, to avoid rate limiting - + [env: GITHUB_TOKEN] --skip-missing @@ -467,13 +473,13 @@ Options: --mode Set the output display mode. Determines how results are presented in the terminal - + [default: color] [possible values: plain, color, emoji] -f, --format Output format of final status report - + [default: compact] [possible values: compact, detailed, json, markdown, raw]