Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct installation instructions #189

Open
wants to merge 1 commit into
base: Arduino_1.5.x
Choose a base branch
from

Conversation

per1234
Copy link

@per1234 per1234 commented Aug 24, 2018

The previous installation instructions recommended installing the library to the Arduino IDE installation folder. This is a terrible idea because all libraries installed there are lost whenever you update to a new version of the Arduino IDE. The correct place to install libraries is to the libraries subfolder of the sketchbook folder.

Note that an even better installation process is possible if #188 is merged and that PR contains its own installation instructions. So this pull request is intended as a temporary measure to help people do a correct installation with the current less than ideal folder structure.

The previous installation instructions recommended installing the library to the Arduino IDE installation folder. This is a terrible idea because all libraries installed there are lost whenever you update to a new version of the Arduino IDE. The correct place to install libraries is to the libraries subfolder of the sketchbook folder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant