Skip to content

Commit

Permalink
Update simple_pipeline/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek authored Dec 6, 2023
1 parent aec654a commit 5f46975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simple_pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This demo shows how to create a pipeline that plays an mp3 file.

To run the demo, you need [Elixir installed](https://elixir-lang.org/install.html) on your machine (it's best to use a version manager, like `asdf`).

If you are running the demo on Ubuntu, make sure to have the following dependencies installed in your system:
If you are running the demo on Linux, make sure to have the following dependencies installed in your system:
- portaudio19-dev,
- pkg-config

You can install them with the following command:
On Ubuntu, you can install them with the following command:
```shell
apt install portaudio19-dev pkg-config
```
Expand Down

0 comments on commit 5f46975

Please sign in to comment.