readme update.

This commit is contained in:
Norayr Chilingarian 2025-07-20 00:16:14 +04:00
parent 2e1ae1a7b8
commit bd08a0dfd9

View file

@ -10,7 +10,7 @@ Currently, vipak uses the [vipak tree](https://codeberg.org/vishapoberon/vipatsa
### Requirements ### Requirements
- git - git
- gmake - gmake
- cc (C compiler) - cc (C compiler)
- voc (for Oberon projects) - voc (for Oberon projects)
@ -39,7 +39,7 @@ vipak -s
# Show dependencies only (no download/build) # Show dependencies only (no download/build)
vipak -d -p irc_bot vipak -d -p irc_bot
# Resolve and fetch packages # Resolve and fetch packages
vipak -f -p irc_bot vipak -f -p irc_bot
# Build package and dependencies (default prefix: ~/vpkLocal) # Build package and dependencies (default prefix: ~/vpkLocal)
@ -378,8 +378,9 @@ This project was built using vipak --local
Vipak integrates with the global package tree for dependency resolution. Dependencies are resolved from: Vipak integrates with the global package tree for dependency resolution. Dependencies are resolved from:
1. **Local package tree** - `~/.vipak/vipatsar/` 1. **Default package tree** - `~/.vipak/vipatsar/`
2. **Remote package tree** - Default: https://codeberg.org/vishapoberon/vipatsar 2. **Custom package tree** - by using `-t` option.
3. **Project vipak.json** - when building local project.
### Custom Package Trees ### Custom Package Trees
@ -399,4 +400,4 @@ To contribute to vipak or report issues, visit: https://codeberg.org/vishapobero
--- ---
*vipak - making dependency management simple and language-agnostic* *vipak - making dependency management simple and language-agnostic*