Skip to content

Commit

Permalink
Merge pull request mooltipass#882 from reddraconi/patch-1
Browse files Browse the repository at this point in the history
Added additional fedora dnf intall command.
  • Loading branch information
limpkin authored Jul 3, 2021
2 parents d23a2f0 + 143cee9 commit 98ff210
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ curl https://raw.githubusercontent.com/mooltipass/mooltipass-udev/master/udev/69
sudo udevadm control --reload-rules
```

##### Fedora Linux (33 and >)
```bash
sudo dnf install gcc-c++ qt5-qtbase qt5-qtwebsockets qt5-qtwebsockets-devel qt5-qttools-devel systemd-devel
curl https://raw.githubusercontent.com/mooltipass/mooltipass-udev/master/udev/69-mooltipass.rules | sudo tee /etc/udev/rules.d/69-mooltipass.rules
sudo udevadm control --reload-rules
```

### How to build

For now, no binary releases are out yet. You will need to build the software by following the next step.
Expand Down

0 comments on commit 98ff210

Please sign in to comment.