Commit 6d86999

Ansari <ping@ansari.wtf>
2026-03-04 15:11:23
Revise installation instructions
1 parent c6ccb7f
Changed files (1)
README.md
@@ -16,7 +16,18 @@ If you genuinely enjoy typing `sudo ufw status numbered` followed by `sudo ufw d
 ![ufWall Demo](/assets/demo.gif)
 
 ## Install
+Go Users:
+```bash
+go install github.com/The-Robin-Hood/ufWall/cmd/ufWall@latest
+sudo ufWall
+```
+
+Arch Users: 
+```bash
+yay -S ufWall
+```
 
+## Compile it yourself
 ```bash
 git clone https://github.com/The-Robin-Hood/ufWall.git
 cd ufWall
@@ -24,12 +35,6 @@ make build
 sudo ./ufwall
 ```
 
-Or if you trust the internet:
-```bash
-go install github.com/The-Robin-Hood/ufWall/cmd/ufWall@latest
-sudo ufWall
-```
-
 ## Project Structure
 
 ```