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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,8 @@ Please note that you must run the application with root privileges. The launch c
152
152
153
153
If you want to run the script on your own, make sure to run the install task before (i.e. Ctrl+P -> *task install* -> Enter -> Enter). This is needed to copy shared libraries into appropriate system folders. You can run the binary from the repository root by doing: `./src/build/tools/usb-mitm --help`. Do not forget to use **sudo** when running anything other than the help menu view. We need root permissions to access the usb subsystem and read from devices.
154
154
155
+
> :warning:**Linking Libraries**: If you want to run the globally installed executable, you must make sure that your dynamic linker is up-to-date. Please run `sudo ldconfig` to ensure libraries can be linked correctly at runtime.
156
+
155
157
Usage
156
158
---------
157
159
```
@@ -230,4 +232,4 @@ Building a Release (for Maintainers)
230
232
4. Create a PR into master and describe the changes; Make sure to squash the commits.
231
233
232
234
Use a commit message like: `chore: prepare release for vx.y.z`.
0 commit comments