mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
readme update.
This commit is contained in:
parent
2e1ae1a7b8
commit
bd08a0dfd9
1 changed files with 6 additions and 5 deletions
11
readme.md
11
readme.md
|
|
@ -10,7 +10,7 @@ Currently, vipak uses the [vipak tree](https://codeberg.org/vishapoberon/vipatsa
|
|||
|
||||
### Requirements
|
||||
- git
|
||||
- gmake
|
||||
- gmake
|
||||
- cc (C compiler)
|
||||
- voc (for Oberon projects)
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ vipak -s
|
|||
# Show dependencies only (no download/build)
|
||||
vipak -d -p irc_bot
|
||||
|
||||
# Resolve and fetch packages
|
||||
# Resolve and fetch packages
|
||||
vipak -f -p irc_bot
|
||||
|
||||
# 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:
|
||||
|
||||
1. **Local package tree** - `~/.vipak/vipatsar/`
|
||||
2. **Remote package tree** - Default: https://codeberg.org/vishapoberon/vipatsar
|
||||
1. **Default package tree** - `~/.vipak/vipatsar/`
|
||||
2. **Custom package tree** - by using `-t` option.
|
||||
3. **Project vipak.json** - when building local project.
|
||||
|
||||
### 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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue