Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3bl33d3r committed Nov 23, 2023
1 parent 6593787 commit f16b60f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```
_ _ __
| | version 0.6 | | / _|
| | v0.7 | | / _|
__| |_ __ ___ ___| |__ ___| |_ ______ _ __ __ _
/ _` | '_ \/ __|/ __| '_ \ / _ \ _|______| '_ \ / _` |
| (_| | | | \__ \ (__| | | | __/ | | | | | (_| |
Expand Down Expand Up @@ -33,22 +33,22 @@ The use of DNS Proxy is recommended in situations where it is not possible to fo

## Installing

Install latest version using pipx:
To install the latest release you should use [pipx](https://pypa.github.io/pipx/) (unless you're a piece of shit who enjoys sloppy stakes):

pipx install git+https://github.com/byt3bl33d3r/dnschef-ng.git
pipx install dnschef

Install latest version using pipx with the deps for the HTTP API:
If you want the HTTP API (requires some extra dependencies):

pipx install dnschef[api]

pipx install "git+https://github.com/byt3bl33d3r/dnschef-ng.git#egg=dnschef-ng[api]"
Install latest version from Git using pipx:

> [!WARNING]
> I haven't uploaded the package PyPi yet so the below doesn't work for now.
pipx install git+https://github.com/byt3bl33d3r/dnschef-ng.git

`pip install dnschef`
Install latest version from Git using pipx with the deps for the HTTP API:

pipx install "git+https://github.com/byt3bl33d3r/dnschef-ng.git#egg=dnschef-ng[api]"

If you want the HTTP API (requires some extra dependencies):

pip install dnschef[api]

## Setting up a DNS Proxy

Expand Down

0 comments on commit f16b60f

Please sign in to comment.