You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We as members, contributors, and maintainers pledge to make participation in our community a harassment-free experience for everyone.
6
+
7
+
## Our Standards
8
+
9
+
Examples of behavior that contributes to a positive environment:
10
+
11
+
- Using welcoming and inclusive language
12
+
- Being respectful of differing viewpoints and experiences
13
+
- Gracefully accepting constructive criticism
14
+
- Focusing on what is best for the community
15
+
- Showing empathy towards other community members
16
+
17
+
Examples of unacceptable behavior:
18
+
19
+
- Trolling, insulting/derogatory comments, and personal or political attacks
20
+
- Public or private harassment
21
+
- Publishing others' private information without permission
22
+
- Other conduct which could reasonably be considered inappropriate
23
+
24
+
## Our Responsibilities
25
+
26
+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
27
+
28
+
## Scope
29
+
30
+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
31
+
32
+
## Enforcement
33
+
34
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project maintainers. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.
35
+
36
+
## Attribution
37
+
38
+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1.
> These paths and commands are based on the `dirs` crate's platform-specific behavior. Since the I don't have access to macOS or Windows devices for testing, please [open an issue](https://github.com/Its-Satyajit/dev-bind/issues) if you encounter any problems.
124
+
76
125
### Reinstalling / Updating
77
126
78
127
If DevBind is currently running, stop it first — Linux won't overwrite a busy executable:
Copy file name to clipboardExpand all lines: TROUBLESHOOTING.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,6 @@ Ensure `systemd --user` is running in your session:
45
45
```bash
46
46
systemctl --user status
47
47
```
48
+
49
+
### macOS & Windows Support
50
+
Since support for these platforms is experimental, many automated commands (`devbind install`, `devbind trust`) will not work. Ensure you have followed the manual setup steps in the [README](README.md#other-platforms-macos--windows).
0 commit comments