diff --git a/README.md b/README.md index 92431f3..7c939ba 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Run `distribusi-go` on `` and serve it locally for viewing: If you want to ignore certain paths, you can use `-i/--ignore`: ```bash -./distribusi -p -s -i '*.gif, *.md, mydir' +./distribusi -p -i '*.gif, *.md, mydir' ``` It supports a list of patterns in a comma separated list, wildcards work, more [on pkg.go.dev].