Skip to content

Commit

Permalink
Merge pull request #1047 from real-LiHua/main
Browse files Browse the repository at this point in the history
Unable to find libfuse on archlinux
  • Loading branch information
bkerler authored Jun 12, 2024
2 parents 6ff27e0 + 09a7b63 commit bb28c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ sudo apt install python3 git libusb-1.0-0 python3-pip libfuse2
```
#### For ArchLinux
```
(sudo) pacman -S python python-pip git libusb
(sudo) pacman -S python python-pip git libusb fuse2
```
or
```
yay -S python python-pip git libusb
yay -S python python-pip git libusb fuse2
```

#### Grab files
Expand Down

0 comments on commit bb28c35

Please sign in to comment.