From 3ffcc0b74b6b6f5626ee3d0a1d1202471f7d2d94 Mon Sep 17 00:00:00 2001 From: helixarch Date: Fri, 25 Apr 2025 22:58:08 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6df72c9..6743848 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ A script for converting .deb packages into Arch Linux packages, focused on accur **Q: How do I use debtap?** **A:** The syntax is quite simple actually: `Syntax: debtap -o output_directory [other_options] package_filename` + For example: `debtap world-of-goo-demo_1.0_i386.deb` Any recommendations or questions for debtap are welcomed! @@ -47,5 +48,5 @@ Available options: -w --wipeout Wipeout versions from all dependencies, conflicts etc. -p --pkgbuild Additionally generate a PKGBUILD file -P --Pkgbuild Generate a PKGBUILD file only - -o --output Output directory for generated package and/or pkgbuild (optional) + -o --output Output directory for generated package and/or PKGBUILD (optional) -v --version     Print version