Skip to content

Commit

Permalink
Simplified README
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Jul 17, 2022
1 parent 5d70ddc commit 9095e69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ clicker.exe 3000

:warning: **Warning**: do not set the interval parameter to extremely low values, as it can **freeze your PC** and you may not be able to close the application anymore.

If you want to compile the application yourself, see [below](#Compiling).

## Compiling

> **Note**: this procedure has been tested on a fresh **Windows 10** installation.
To compile this program you must have **MinGW** installed on your system. I suggest installing it via the [_Chocolatey_ package manager](https://chocolatey.org/install):
If you want to compile the application yourself, you must have **MinGW** installed on your system. I suggest installing it via the [_Chocolatey_ package manager](https://chocolatey.org/install):

```cmd
choco install -y mingw
Expand Down

0 comments on commit 9095e69

Please sign in to comment.