Skip to content

Commit

Permalink
document module installation
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Sep 15, 2023
1 parent 912c3d3 commit 9ef2185
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Possible uses:
- split one physical serial port in two, allowing two apps to access it without conflict (for example
gdb & minicom, or esptool & minicom)

Installation
------------
```
sudo -E make modules_install
sudo modprobe vtty
```

Userspace interface
-------------------
Expand Down

0 comments on commit 9ef2185

Please sign in to comment.