Skip to content

Commit dcbcaee

Browse files
committed
docs: update README with corrected Docker pull badge and add one-click installation instructions
1 parent 97b56af commit dcbcaee

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="https://img.shields.io/github/actions/workflow/status/PasarGuard/node/docker-build.yml?style=flat-square" />
55
</a>
66
<a href="https://hub.docker.com/r/pasarguard/node" target="_blank">
7-
<img src="https://img.shields.io/docker/pulls/PasarGuard/node?style=flat-square&logo=docker" />
7+
<img src="https://img.shields.io/docker/pulls/pasarguard/node?style=flat-square&logo=docker" />
88
</a>
99
<a href="#">
1010
<img src="https://img.shields.io/github/license/PasarGuard/node?style=flat-square" />
@@ -17,6 +17,13 @@
1717
# Documentation
1818
You can find a full guide in docs https://docs.pasarguard.org/en/node/
1919

20+
# One-Click Installation (Recommended)
21+
The easiest way to install PasarGuard Node is using our automated installation script:
22+
23+
```bash
24+
sudo bash -c "$(curl -sL https://github.com/PasarGuard/scripts/raw/main/pg-node.sh)" @ install
25+
```
26+
2027
# Donation
2128
You can help PasarGuard team with your donations, [Click Here](https://donate.pasarguard.org/)
2229

0 commit comments

Comments
 (0)