From ba4b26f2cdc8c78228cef511f5ad543e1fbcc55f Mon Sep 17 00:00:00 2001 From: epi <43392618+epi052@users.noreply.github.com> Date: Fri, 10 Mar 2023 16:15:23 -0600 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b18a694..5c54451 100644 --- a/README.md +++ b/README.md @@ -101,12 +101,6 @@ sudo apt update && sudo apt install -y feroxbuster curl -sL https://raw.githubusercontent.com/epi052/feroxbuster/master/install-nix.sh | bash ``` -### Updating feroxbuster (new in v2.10.0) - -``` -./feroxbuster --update -``` - #### Windows x86_64 ``` @@ -119,6 +113,12 @@ Expand-Archive .\feroxbuster.zip Please refer the the [documentation](https://epi052.github.io/feroxbuster-docs/docs/). +### Updating feroxbuster (new in v2.9.1) + +``` +./feroxbuster --update +``` + ## 🧰 Example Usage Here are a few brief examples to get you started. Please note, feroxbuster can do a **lot more** than what's listed below. As a result, there are **many more** examples, with **demonstration gifs** that highlight specific features, in the [documentation](https://epi052.github.io/feroxbuster-docs/docs/).