From 5a9e666e462cd668084acc44af8eab68b1d9e2b4 Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Sun, 12 Jul 2020 17:52:57 +0200 Subject: [PATCH] README: Fix cmdline --- README-pt_BR.md | 10 +++++----- README.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README-pt_BR.md b/README-pt_BR.md index 05f84c6..1616581 100644 --- a/README-pt_BR.md +++ b/README-pt_BR.md @@ -31,17 +31,17 @@ No GNU/Linus, vocĂȘ precisa instalar PyGObject e outras dependĂȘncias. Ubuntu/Debian/Raspberry Pi OS: ```bash -sudo apt-get install python-gst-1.0 \ - gir1.2-gstreamer-1.0 \ +sudo apt-get install python-gst-1.0 \ + gir1.2-gstreamer-1.0 \ gstreamer1.0-tools \ - gir1.2-gst-plugins-base-1.0 + gir1.2-gst-plugins-base-1.0 \ gstreamer1.0-plugins-good \ - gstreamer1.0-plugins-ugly + gstreamer1.0-plugins-ugly ``` Redhat/Centos/Fedora: ```bash -sudo yum install -y python-gstreamer1 \ +sudo yum install -y python-gstreamer1 \ gstreamer1-plugins-good \ gstreamer1-plugins-ugly ``` diff --git a/README.md b/README.md index cfa9b8a..6146095 100644 --- a/README.md +++ b/README.md @@ -31,17 +31,17 @@ In Linux, you need to install PyGObject and others dependencies. Ubuntu/Debian/Raspberry Pi OS: ```bash -sudo apt-get install python-gst-1.0 \ - gir1.2-gstreamer-1.0 \ +sudo apt-get install python3-gst-1.0 \ + gir1.2-gstreamer-1.0 \ gstreamer1.0-tools \ - gir1.2-gst-plugins-base-1.0 + gir1.2-gst-plugins-base-1.0 \ gstreamer1.0-plugins-good \ - gstreamer1.0-plugins-ugly + gstreamer1.0-plugins-ugly ``` Redhat/Centos/Fedora: ```bash -sudo yum install -y python-gstreamer1 \ +sudo yum install -y python-gstreamer1 \ gstreamer1-plugins-good \ gstreamer1-plugins-ugly ```