Skip to content

Commit

Permalink
removed instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Mar 3, 2024
1 parent 15a1981 commit 1a80a1b
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,7 @@ Install Guide
### Solve Dependencies
-----------------------

Using the package manager of your distribution's choice, issue the commands to update it's cache and install the required packages: `make gcc libopenssl openssl-dev librt librt-dev zlib zlib-dev libcurl curl-dev pkg-config`

**Debian Based Distributions**

```
sudo apt update && sudo apt install make gcc libopenssl openssl-dev librt librt-dev zlib zlib-dev libcurl curl-dev pkg-config
```
Using the package manager of your distribution's choice, issue the commands to update it's cache and install the required packages

### Clone Repository
---------------------
Expand All @@ -96,29 +90,6 @@ Or install to `/usr/local/bin`:
make install PREFIX=/usr/local (as super user)
```

### Install Via Package Manager
--------------------------------

Using the package manager of your distribution's choice, issue the commands to update it's cache and install the `hcxtools` package.

**Arch Linux Based Distributions**

```
sudo pacman -Syu && sudo pacman -S hcxtools
```

**OpenWRT**

```
opkg install hcxtools
```

**Debian Based Distributions**

```
sudo apt update && sudo apt install hcxtools
```

Requirements
--------------

Expand Down

0 comments on commit 1a80a1b

Please sign in to comment.