Commit 6d86999
Changed files (1)
README.md
@@ -16,7 +16,18 @@ If you genuinely enjoy typing `sudo ufw status numbered` followed by `sudo ufw d

## 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
```