From 5e237d9b7da2bc1be9e97b5e80b76c4752a75c40 Mon Sep 17 00:00:00 2001 From: orhun Date: Thu, 15 Oct 2020 18:14:19 +0300 Subject: [PATCH] Add AUR instructions to README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d0ee025..8e436fb 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,20 @@ You need to have Rust and Nmap installed in your computer, then run: # Now the binary is in ./target/release/unimap ``` +## Using the AUR packages. (Arch Linux) + +`unimap` can be installed from available [AUR packages](https://aur.archlinux.org/packages/?O=0&SeB=b&K=unimap&outdated=&SB=n&SO=a&PP=50&do_Search=Go) using an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers). For example, + +``` +yay -S unimap +``` + +If you prefer, you can clone the [AUR packages](https://aur.archlinux.org/packages/?O=0&SeB=b&K=unimap&outdated=&SB=n&SO=a&PP=50&do_Search=Go) and then compile them with [makepkg](https://wiki.archlinux.org/index.php/Makepkg). For example, + +``` +git clone https://aur.archlinux.org/unimap.git && cd unimap && makepkg -si +``` + # Usage **Unimap requires root/administrator privileges to launch [Nmap TCP SYN (Stealth) Scan](https://nmap.org/book/synscan.html), we use it for accuracy and performance reasons.** If you are on Linux or Linux-based, just use a root shell or run the tool with sudo, in Windows you can open a Command Prompt (CMD) as Administrator and run the tool as usual.