Easy Button compilation error

Good morning. Apologies if this has been covered in another topic but my quick search did not yield any helpful results.
I am trying to resurrect some code (and my programming knowledge) from many years ago and am running into an error when trying to compile. In trying to call the ezButton library, I get the below error. Any insight and or proposed remedies will be greatly appreciated.

Using Arduino Uno.

C:\Users\homej\OneDrive\Documents\Arduino\CodeForMike1_v1\CodeForMike1_v1.ino:1:10: fatal error: ezButton.h: No such file or directory
1 | #include <ezButton.h> // Arduino - Button Library | Arduino Tutorial
| ^~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: ezButton.h: No such file or directory

Hi @burrism.

Did you follow the library installation instructions from the tutorial that is linked from the comment on that line of your sketch code?

If not, please follow those instructions:

https://arduinogetstarted.com/tutorials/arduino-button-library#content_how_to_install_library

After that, try compiling your sketch again. Hopefully this time it will be successful.

Thank you. I tried the GitHub version as I completely forgot about the convenient library icon on the left. Appears to have worked this time.

Thanks again.

You are welcome. I'm glad it is working now.

Regards, Per