From 9925c1c8974b7ad0351b9ef1381bb5a31358405b Mon Sep 17 00:00:00 2001 From: gigirassy Date: Sun, 14 Jun 2026 00:44:33 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c87ef2..a998a3a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ quick, recursive, sitemap url extractor ## installation and usage: -``git clone https://codeberg.org/gigirassy/riptide/ && cd riptide && cargo install .`` +install rust, cargo and git. then install riptide with... + +``cargo install --git https://codeberg.org/gigirassy/riptide/`` + +then in your shell... ```bash riptide \ @@ -15,6 +19,8 @@ riptide \ --user-agent "Mozilla/5.0 (X11; Linux i686; rv:151.0) Gecko/20100101 Firefox/151.0" ``` +for searching for terms in urls after output is completed, i recommend [ripgrep](https://github.com/BurntSushi/ripgrep). + by default, riptide identifies itself in user agent, the above example overrides it. ## license