Обновить README.md
This commit is contained in:
parent
38e92af8a3
commit
2c7c0f877b
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -84,3 +84,13 @@ Notes:
|
||||||
- `pkg/builder` — build/install pipeline in isolated workdir.
|
- `pkg/builder` — build/install pipeline in isolated workdir.
|
||||||
- `pkg/packager` — create/read `name-version.pkg.tar.zst` from staging.
|
- `pkg/packager` — create/read `name-version.pkg.tar.zst` from staging.
|
||||||
- `pkg/installer` — install/remove packages into `--root` with file safety checks and rollback.
|
- `pkg/installer` — install/remove packages into `--root` with file safety checks and rollback.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
короче бляяяя для тестов
|
||||||
|
go build -o zsvo .
|
||||||
|
./zsvo install fastfetch --work-dir /tmp/zsvo-work --root /tmp/zsvo-root
|
||||||
|
find /tmp/zsvo-work/packages -name '*.pkg.tar.zst'
|
||||||
|
find /tmp/zsvo-root/var/lib/pkgdb -maxdepth 3 -type f
|
||||||
Loading…
Reference in a new issue