Fix description

This commit is contained in:
Hennadii Chernyshchyk
2021-04-12 22:15:28 +03:00
committed by TheAssassin
parent e56ce3c8ca
commit f7881a4816

View File

@@ -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
```