We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4660fdb commit 7018412Copy full SHA for 7018412
README.md
@@ -39,11 +39,9 @@ AUR: [YAY](https://aur.archlinux.org/packages/proctl) just use `yay -S proctl`
39
## Manual
40
41
```bash
42
-git clone https://github.com/The-Repo-Club/proctl && cd proctl
43
-
44
-chmod a+rx proctl
45
46
-sudo install -Dm755 proctl /usr/local/bin
+git clone https://github.com/The-Repo-Club/proctl
+cd proctl
+sudo make install
47
```
48
49
# Configuration
0 commit comments