added Install function description

This commit is contained in:
2025-09-08 22:22:03 -03:00
parent a3d18ed3d7
commit 379f640f33

View File

@@ -486,6 +486,7 @@ func main() {
}
// Install function extracts and execute postinstall scripts, following the manifest.toml
func Install(packagepath string, serial uint) error {
manifest, err := internal.ManifestReadXZ(packagepath)