]> 91.132.146.200 Git - aranea.git/commitdiff
better readme
authorBanana <mail@bananas-playground.net>
Sat, 7 Sep 2024 23:10:09 +0000 (01:10 +0200)
committerBanana <mail@bananas-playground.net>
Sat, 7 Sep 2024 23:10:09 +0000 (01:10 +0200)
Signed-off-by: Banana <mail@bananas-playground.net>
README.md

index 04da5207c277a2ce1f8b88c1a9bdd4c6ab83afcc..5a9fd04800dbb784f46f070375625fbcfc9ec368 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,21 +8,18 @@ The aim is to gather unique domains to show what is out there.
 ## Fetch
 
 It starts with a given set of URL(s) and parses them for more
-URLs. Stores them and fetches them too.
--> fetch.pl
+URLs. Stores them and fetches them too. `perl fetch.pl`
 
 ## Parse
 
 Each URL result (Stored result from the call) will be parsed
-for other URLs to follow.
--> parse-results.pl
+for other URLs to follow. `perl parse-results.pl`
 
 ## Cleanup
 
 After a run cleanup will gather all the unique Domains into
 a table. Removes URLs from the fetch table which are already
-enough.
--> cleanup.pl
+enough. `perl cleanup.pl`
 
 # Ignores