diff --git a/README.ai.md b/README.ai.md index 50f83a6..30ae997 100644 --- a/README.ai.md +++ b/README.ai.md @@ -29,7 +29,7 @@ After importing, these boolean variables are available for distribution checks: `$fedora` - true/false for Fedora and derivatives
`$opensuse` - true/false for openSUSE
`$alpine` - true/false for Alpine Linux
-`$distro` - contains the detected distro name (e.g. "arch", "debian", "fedora"..)
+`$distro` - contains the detected distro name (e.g. "arch", "debian", "fedora"..) Example usage: @@ -48,8 +48,8 @@ esac 1. Package Management: -`\_install pkg1 pkg2` - Installs packages using the correct package manager -`\_remove pkg1 pkg2` - Removes packages (CAUTION: no confirmation!) +`\_install pkg1 pkg2` - Installs packages using the correct package manager
+`\_remove pkg1 pkg2` - Removes packages (CAUTION: no confirmation!)
`checkAndInstall pkg1 pkg2` - Checks if command exists, installs if missing Example: