Skip to content

Commit

Permalink
Improved links to files in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Jun 6, 2022
1 parent 88567cf commit 5d70ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To compile this program you must have **MinGW** installed on your system. I sugg
choco install -y mingw
```

Then compile the `main.cpp` file with the **G++** compiler:
Then compile the [`main.cpp`](main.cpp) file with the **G++** compiler:

```cmd
g++ main.cpp -static -o clicker.exe
Expand Down

0 comments on commit 5d70ddc

Please sign in to comment.