From f7881a481616bb6f0c648a946747fda9de0f5275 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Mon, 12 Apr 2021 22:15:28 +0300 Subject: [PATCH] Fix description --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20f19b6..bb329cc 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -# linuxdeploy-plugin-conda +# linuxdeploy-plugin-gstreamer GStreamer plugin for linuxdeploy. Copies GStreamer plugins into an AppDir, and installs an AppRun hook to make GStreamer load these instead of ones on the system. - ## Usage ```bash -# get linuxdeploy and linuxdeploy-plugin-conda (see below for more information) +# get linuxdeploy and linuxdeploy-plugin-gstreamer.sh (see below for more information) # call through linuxdeploy > ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin gstreamer --output appimage --icon mypackage.png --desktop-file mypackage.desktop ```