Skip to content

Commit

Permalink
Merge pull request #5 from dekay/OpenFIRE-dev
Browse files Browse the repository at this point in the history
Create dialout group if it doesn't exist.
  • Loading branch information
SeongGino authored Jun 16, 2024
2 parents 76b2dfe + 052aa77 commit 51404c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Boards flashed with OpenFIRE *must be plugged in **before** launching the applic
##### Requirements: Anything with QT5 support.
- Arch Linux: **TODO: Aur PKGBUILD when public**
- Other distros: [Try the latest binary](https://github.com/TeamOpenFIRE/OpenFIRE-App/releases/latest) (built for Ubuntu 20.04 LTS, but should work for most distros?)
- Make sure your user is part of the `dialout` group (`# usermod -a -G dialout insertusernamehere`); you'll be notified on startup if this is necessary.
- Make sure your user is part of the `dialout` group (`# usermod -a -G dialout insertusernamehere`); you'll be notified on startup if this is necessary. Log out and back in again for the change to take effect.
- If you get the error message `usermod: group 'dialout' does not exist` when running the command above, you'll need to create the group (`# groupadd dialout`) and reboot for the change to take effect before trying again.

### For Windows:
##### Requirements: Windows 7 and up (64-bit only).
Expand Down

0 comments on commit 51404c8

Please sign in to comment.