From dda345a947881aa9ac20eabd1953a3d7ad651555 Mon Sep 17 00:00:00 2001 From: q3aql Date: Tue, 9 Jul 2024 15:09:06 +0200 Subject: [PATCH] README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbda65d..d7deac9 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,26 @@ You can extract the files of a created package without executing it with the fol ## Usage Extra Tools: -``` +``` Usage: ./packelf-copylibs.sh ``` -``` +Example: + +``` +# ./packelf-copylibs.sh /usr/bin/mpv /opt/mpv-libs/ +``` + +``` Usage: ./packelf-folder.sh ``` +Example: + +``` +# ./packelf-folder.sh /opt/mpv-package mpv-x86_64.AppRun AppRun +``` + ## Dependencies * sh * tar