Skip to content

Commit

Permalink
Fix bugle search command
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Dec 19, 2023
1 parent 854f1ea commit 706b96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The *web-x* search content is generated by an organic Python application called
environment and then executed on the command line:

```
python -m bugle.crawl.crawl https://edirepository.org/home/pasta/web-x/cache main p li --allow="^/(?!.*\.(?:png|jpg|jpeg|tif)$).*$" --follow --sitemap
python -m bugle.crawl.crawl https://edirepository.org/ /home/pasta/web-x/cache main p --allow="^/(?!.*\.(?:png|jpg|jpeg|tif|pdf)$).*$" --follow'
```

Bugle generates the search content, and then creates a Python pickle of the
Expand Down

0 comments on commit 706b96b

Please sign in to comment.