Skip to content

Commit

Permalink
Fixes curl command in readme, adds screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed May 29, 2023
1 parent a248995 commit 4422d5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

AdGuardian Terminal Eddition - Keep an eye on your traffic, with this (unofficial) buddy for your AdGuard Home instance

<!-- put screenshot here, yeah -->
<p align="center">
<img width="600" src="https://i.ibb.co/Nrtd01d/adguardian-demo.gif?" >
</p>

Features:
- **Real-time Query Monitoring**: _Fetches and displays all DNS queries in real time, letting you see exactly what's happening on your network at any given moment_
Expand Down Expand Up @@ -100,7 +102,7 @@ make
### One-Liner

```bash
bash <(curl -s https://raw.githubusercontent.com/Lissy93/AdGuardian-Term/main/quick-start.sh)
bash <(curl -sL https://raw.githubusercontent.com/Lissy93/AdGuardian-Term/main/quick-start.sh)
```

> This will run the [quick-start.sh](https://github.com/Lissy93/AdGuardian-Term/blob/main/quick-start.sh) Bash script, which downloads and executes the latest binary for your system type. Be sure to read and understand the file first
Expand Down

0 comments on commit 4422d5e

Please sign in to comment.