-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Pre-requisites #68
Pre-requisites #68
Conversation
- Move the compatibility section to the top. - Explicitly mention that Windows and Mac OS are not supported - Mention `apt` install
README.md
Outdated
- Debian | ||
|
||
```sh | ||
sudo apt install dbus bluetooth bluez libbluetooth-dev libudev-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure that all these dependencies are needed? Usually I don't install them on ubuntu, but maybe that on debian something could be different.
Can you double check?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on #31 (comment) - but its hard to tell with the setup I have it has a mix of docker and external debian packages that it uses
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that its not just Debian, its in a docker node:18-slim container so has any regular packages removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR. I added a comment
Released with v1.11. Thanks for your contribution |
Clarification for #31.
To prevent frustration for Windows/Mac OS users, I moved the compatibility section to the top and added
apt
install requirements.apt
install