Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JojiiOfficial/MediaD
Browse files Browse the repository at this point in the history
  • Loading branch information
JojiiOfficial committed Jan 22, 2021
2 parents aafccb6 + ff13fa8 commit 946c455
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,24 @@ KERNEL=="event*", SUBSYSTEM=="input", RUN+="/usr/bin/setfacl -m u:<USER>:rw /dev
```
Reboot, or run the command from [Testing](#Testing) to apply changes

# Compilation
# Installation

## Pacman repo
You can get it precompiled from my [pacman repository](https://repo.jojii.de)

## AUR
`yay -S mediad`

## Compilation
#### Requirements (make depends)
Arch: libpulse dbus <br>
Fedora: dbus-devel
<br>

Run following command:
```
cargo build --release
cargo install mediad
```
The binary is located inside ./target/release/mediad

# Usage
```
Expand Down

0 comments on commit 946c455

Please sign in to comment.