From 4e9f3400b1f539fa087e515a840c774810fd63b3 Mon Sep 17 00:00:00 2001 From: konradmb Date: Mon, 29 Dec 2025 18:33:38 +0100 Subject: [PATCH] Remove flag underscores in install.md --- src/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/install.md b/src/install.md index c111611..f3ff0de 100644 --- a/src/install.md +++ b/src/install.md @@ -68,8 +68,8 @@ When installing from a URL, you can override the package metadata using these fl |------|-------------| | `--name` | Override the package name | | `--version` | Override the version | -| `--pkg_type` | Override the package type (e.g., `appimage`, `flatimage`, `archive`) | -| `--pkg_id` | Override the package ID | +| `--pkg-type` | Override the package type (e.g., `appimage`, `flatimage`, `archive`) | +| `--pkg-id` | Override the package ID | Example: Install with custom name and version ```sh @@ -78,7 +78,7 @@ soar add https://example.com/app.appimage --name myapp --version 2.0.0 Example: Specify package type for ambiguous URLs ```sh -soar add https://example.com/releases/tool.tar.gz --name tool --pkg_type archive +soar add https://example.com/releases/tool.tar.gz --name tool --pkg-type archive ``` ### Installing Multiple Packages