Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 3, 2024
1 parent e26254a commit 390cd44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,22 +252,22 @@ Project is setup to use `nighlty` toolchain in `rust-toolchain.toml`, on first b
Also, these deps are required (or based on your distribution):
Arch
#### Arch
```bash
sudo pacman -Syu && sudo pacman -S fuse3 base-devel
```
Ubuntu
#### Ubuntu
```bash
sudo apt-get update && sudo apt-get install fuse3 build-essential
```
Fedora
#### Fedora
```bash
sudo dnf update && sudo dnf install fuse3
sudo dnf update && sudo dnf install fuse3 && dnf install @development-tools
```
### Build for debug
Expand Down

0 comments on commit 390cd44

Please sign in to comment.