Skip to content

Commit c19726c

Browse files
authored
README.md: fix arch install, install guide link (#816)
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.
1 parent 2600036 commit c19726c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ MacOS:
4040
Arch:
4141

4242
```
43-
yay rustscan
43+
pacman -S rustscan
4444
```
4545

4646
# ✨ Features
@@ -55,7 +55,7 @@ Arch:
5555

5656
| <!--Installation Guide--> | <!--Documentation--> | <!--Discord--> |
5757
| :----------------------------------------: | :------------------------------------: | :-------------------------: |
58-
| :book: [Installation Guide][links-table-1] | :books: [Documentation][links-table-2] | :parrot: [Discord][discord] |
58+
| :book: [Installation Guide][toc-install] | :books: [Documentation][links-table-2] | :parrot: [Discord][discord] |
5959

6060
## 🙋 Table of Contents
6161

0 commit comments

Comments
 (0)