This repository has been archived on 2026-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
mol/README.md
2026-05-11 19:48:05 +12:00

16 lines
No EOL
386 B
Markdown

Check out bored os might be a pkg manager for that → https://github.com/BoredDevNL/BoredOS
# mol
a simple [maybe suckless] package manager uses hg/git repos to build.
install all you need is go
## linux/bsd/mac
chmod +x build.sh
./build.sh
## windows
./build.ps1
## usage
mol grab <repo_url/name(if in repo)> [needs a molfile]
mol remove <name>
mol update <name> (updates package)`