diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-25 09:55:14 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-25 09:55:14 +0000 |
| commit | be13256681634e01fb3758591f4218d9611ae054 (patch) | |
| tree | 4aa4dba86bd1ac15335ee6ae92f34b91c647eb9d /README.md | |
| parent | e5cca4f733a7c940358be17a1c400b770c89a547 (diff) | |
version install docs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: ``` |
