Skip to content

Commit

Permalink
docs: Add cleanup instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
neiromaster committed Jan 15, 2025
1 parent bb95b78 commit f500394
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,22 @@ uvx domain-collector https://www.wikipedia.org
```

This will open the Wikipedia homepage in a browser. After you interact with the page and close the browser, the script will save the visited domains to a file named `wikipedia_org_domains.txt`.
+
+## Cleanup
+
+To remove all artifacts, you can use the following commands:
+
+```bash
+uvx domain-collector https://www.wikipedia.org
+```
+
+This will open the Wikipedia homepage in a browser. After you interact with the page and close the browser, the script will save the visited domains to a file named `wikipedia_org_domains.txt`.
+
+```bash
+uvx playwright uninstall --all
+uv cache clean # Use with caution, this will remove all uv cache
+```
+

## Dependencies

Expand Down

0 comments on commit f500394

Please sign in to comment.