Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Sep 16, 2024
1 parent cb8ca74 commit 72e6deb
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,32 +342,24 @@ cargo install cargo-generate-rpm
### Other dependencies
#### Act
This helps running GitHub workflows locally.
```bash
cargo install act
```
Also, these deps are required (or based on your distribution):
#### Arch
```bash
sudo pacman -Syu && sudo pacman -S fuse3 base-devel
sudo pacman -Syu && sudo pacman -S fuse3 base-devel act
```
#### Ubuntu
```bash
sudo apt-get update && sudo apt-get install fuse3 build-essential
sudo apt-get update && sudo apt-get install fuse3 build-essential act
```
#### Fedora
```bash
sudo dnf update && sudo dnf install fuse3 && dnf install @development-tools
sudo dnf update && sudo dnf install fuse3 && dnf install @development-tools act
```
### Build for debug
Expand Down

0 comments on commit 72e6deb

Please sign in to comment.