Skip to content

Commit

Permalink
Update archlinux install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Nov 22, 2018
1 parent cb97809 commit 1618f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Join us on IRC: <ircs://irc.hackint.org/#sn0int>

## Installation

- Archlinux: `yaourt -S sn0int`
- Archlinux: `pacman -S sn0int`
- Alpine: `apk add --no-cache sqlite-dev libseccomp-dev cargo` + build from source
- Debian: `apt install libsqlite3-dev libseccomp-dev` + build from source
- OpenBSD: `pkg_add sqlite3` + build from source
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Archlinux

.. code-block:: bash
$ yaourt -S sn0int
$ pacman -S sn0int
Debian/Ubuntu/Kali
------------------
Expand Down

0 comments on commit 1618f77

Please sign in to comment.