- 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
14 lines
531 B
Markdown
14 lines
531 B
Markdown
# 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
|