zsvo/PREBUILT.md
itexpert228 f9d0fa905d
Fix install-script.sh tracking and add prebuilt packages documentation
- Remove install-script.sh from .gitignore (needed for Docker builds)
- Add PREBUILT.md with instructions for pre-built packages
- Update install hints to include prebuilt packages option
2026-03-14 17:36:46 +03:00

531 B

Pre-built packages repository

For users who want to install packages without building from source

How to use:

./zsvo install --repo-url https://github.com/yourname/zsvo-prebuilt neovim

Available packages:

  • neovim-0.10.4.pkg.tar.zst # Latest neovim (built with all dependencies)
  • htop-3.4.1.pkg.tar.zst # Latest htop
  • cmake-3.28.3.pkg.tar.zst # Latest cmake
  • git-2.43.0.pkg.tar.zst # Latest git

Building packages:

Use scripts/build-prebuilt.sh to create packages for this repository