From 8e7c4901b5dde5df2d12971280cce4035593e41f Mon Sep 17 00:00:00 2001 From: Ben Woods Date: Sun, 3 Aug 2025 11:45:51 +0800 Subject: [PATCH] README.md: fix arch install, install guide link The example installation for Arch Linux previously showed installation via yay, which is an unofficial package manager only required if installing from the AUR. Since rustscan is in the official extra package repository, change the instructions to use pacman. While here, also fix link to full install guide. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddf4867d..4adc7940 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ MacOS: Arch: ``` - yay rustscan + pacman -S rustscan ``` # ✨ Features @@ -55,7 +55,7 @@ Arch: | | | | | :----------------------------------------: | :------------------------------------: | :-------------------------: | -| :book: [Installation Guide][links-table-1] | :books: [Documentation][links-table-2] | :parrot: [Discord][discord] | +| :book: [Installation Guide][toc-install] | :books: [Documentation][links-table-2] | :parrot: [Discord][discord] | ## 🙋 Table of Contents