From 6a6aedac5ebd2e9b85d5253690658067670c8915 Mon Sep 17 00:00:00 2001 From: q3aql Date: Tue, 9 Jul 2024 15:11:28 +0200 Subject: [PATCH] README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d7deac9..710636b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Usage: ./packelf.sh Example: ``` -# ./packelf.sh /usr/bin/mpv mpv-x86_64.AppRun +$ ./packelf.sh /usr/bin/mpv mpv-x86_64.AppRun ``` Note: Every time the packed program is executed, an internal unpacking operation is performed automatically, which results in a slower startup of the program. @@ -20,10 +20,10 @@ Note: Every time the packed program is executed, an internal unpacking operation You can extract the files of a created package without executing it with the following command: ``` -# ./ --packelf-extract +$ ./ --packelf-extract ``` -## Usage Extra Tools: +## Usage packelf-copylibs: ``` Usage: ./packelf-copylibs.sh @@ -32,9 +32,11 @@ Usage: ./packelf-copylibs.sh Example: ``` -# ./packelf-copylibs.sh /usr/bin/mpv /opt/mpv-libs/ +$ ./packelf-copylibs.sh /usr/bin/mpv /opt/mpv-libs/ ``` +## Usage packelf-folder: + ``` Usage: ./packelf-folder.sh ``` @@ -42,7 +44,7 @@ Usage: ./packelf-folder.sh Example: ``` -# ./packelf-folder.sh /opt/mpv-package mpv-x86_64.AppRun AppRun +$ ./packelf-folder.sh /opt/mpv-package mpv-x86_64.AppRun AppRun ``` ## Dependencies