Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SAANN3 committed Feb 4, 2024
1 parent 6291bb4 commit 8a2a6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ On windows simply start a program.
On linux you need root priveleges (sudo) to run this command, because writing into /dev/uinput . So i separated a program into two : An actual gui and cli which recieves events from gui.
To run this, go to directory and run AutoClicker.sh or open two programs
```bash
sudo './deviceProgram &'
./appAutoClicker
sudo bash -c './deviceProgram &'
./appAutoclicker
```

### Or if you prefer to compile from source :)
Expand Down

0 comments on commit 8a2a6ff

Please sign in to comment.