Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #7

Merged
merged 2 commits into from
Apr 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update README.md
  • Loading branch information
b-reich authored Apr 4, 2022
commit 7daaa3d728724b297ac6d5bf63f760cf1e587cc1
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ go install -v github.com/s0md3v/smap/cmd/smap@latest

`export PATH=$PATH:/usr/local/go/bin`

### Arch/AUR
Smap is avaible on the [AUR](https://aur.archlinux.org/packages/smap-git)
This can be installed by an AUR-helper.

```
yay -S smap-git
```

## Usage
Smap takes the same arguments as Nmap but options other than `-p`, `-h`, `-o*`, `-iL` are ignored. If you are unfamiliar with Nmap, here's how to use Smap.

Expand Down