Skip to content

Commit

Permalink
- Update the README.md to include the linux specific step
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoCotral committed Jan 13, 2025
1 parent f1d0cb6 commit 6882d2a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,27 @@ Currently in beta, MusicSharp makes use of the [NAudio](https://github.com/naudi
## Planned

- Save playlists.
- Cross platform support.
- Cross-platform support.

## Installation

Download the [latest release of MusicSharp](https://github.com/markjamesm/MusicSharp/releases) and follow the installation instructions.

### Additional step for Linux

Install GStreamer:
```bash
# Ubuntu/Debian:
sudo apt-get install gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly
```

```bash
# Fedora
sudo dnf install gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-bad-free gstreamer1-plugins-ugly-free
```

## Want to Contribute?

To see how you can submit PRs, be sure to check out our [contributing page](https://github.com/markjamesm/MusicSharp/blob/main/CONTRIBUTING.md).

A list of open tasks can be found on our [issues page](https://github.com/markjamesm/MusicSharp/issues).
A list of open tasks can be found on our [issues page](https://github.com/markjamesm/MusicSharp/issues).

0 comments on commit 6882d2a

Please sign in to comment.