mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-15 21:04:56 +00:00
fix: update example URL in usage instructions for robots2policy CLI
This commit is contained in:
@@ -131,7 +131,7 @@ Examples:
|
|||||||
robots2policy -input robots.txt -output policy.yaml
|
robots2policy -input robots.txt -output policy.yaml
|
||||||
|
|
||||||
# Convert from URL
|
# Convert from URL
|
||||||
robots2policy -input https://sourceware.org/robots.txt -format json
|
robots2policy -input https://example.com/robots.txt -format json
|
||||||
|
|
||||||
# Read from stdin, write to stdout
|
# Read from stdin, write to stdout
|
||||||
curl https://example.com/robots.txt | robots2policy -input - -format yaml
|
curl https://example.com/robots.txt | robots2policy -input - -format yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user