aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-25 09:55:14 +0000
committerdacctal <dacctal@symlinx.net>2026-05-25 09:55:14 +0000
commitbe13256681634e01fb3758591f4218d9611ae054 (patch)
tree4aa4dba86bd1ac15335ee6ae92f34b91c647eb9d
parente5cca4f733a7c940358be17a1c400b770c89a547 (diff)
version install docs
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index f971165..2aad2c7 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,12 @@ Or you can use the short command:
pkgit i [pkg_name]
```
+### Specific version install
+You can specify a version of any package based on its tags with '@' separating the name from the version:
+```
+pkgit install [pkg_name]@[version]
+```
+
### Repo install
If you haven't added the package's repository yet, or you just want to be specific, you can install the package using its git URL:
```