Skip to content

Commit 7018412

Browse files
Fix Manual Install
1 parent 4660fdb commit 7018412

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ AUR: [YAY](https://aur.archlinux.org/packages/proctl) just use `yay -S proctl`
3939
## Manual
4040

4141
```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
42+
git clone https://github.com/The-Repo-Club/proctl
43+
cd proctl
44+
sudo make install
4745
```
4846

4947
# Configuration

0 commit comments

Comments
 (0)