Files
solspkg/README.md

17 lines
372 B
Markdown
Raw Normal View History

2026-01-28 19:48:45 +11:00
# Solstice Package Manager
A simple package manager to install dependencies for Solstice projects.
## Usage
Run the program as sudo. Specify the name of the package, and press enter.
If required, specify the version. Otherwise, press enter.
The program will install to `/usr/lib/solstice`.
## Compiling
Run the Makefile, or run `solstice src/main.sols -o solspkg`