From 5f469753f5a365e2fdf9794ba829dcfad8bbd677 Mon Sep 17 00:00:00 2001 From: Mateusz Front Date: Wed, 6 Dec 2023 11:02:23 +0100 Subject: [PATCH] Update simple_pipeline/README.md --- simple_pipeline/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simple_pipeline/README.md b/simple_pipeline/README.md index 15b8a644..7cbafd41 100644 --- a/simple_pipeline/README.md +++ b/simple_pipeline/README.md @@ -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 ```