Skip to content

Commit

Permalink
Merge pull request #32 from andreimarcut/main
Browse files Browse the repository at this point in the history
fix ubuntu dependency typo
  • Loading branch information
radumarias authored May 8, 2024
2 parents 1ad1394 + 6dd7396 commit d49fbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ sudo pacman -Syu && sudo pacman -S openssl lib32-openssl fuse3 base-devel
Ubuntu
```bash
sudo apt-get update && sudo apt-get install libssl-dev openssl fuse3 build-essentials
sudo apt-get update && sudo apt-get install libssl-dev openssl fuse3 build-essential
```
## Build for debug
Expand Down

0 comments on commit d49fbf1

Please sign in to comment.