17 lines
372 B
Markdown
17 lines
372 B
Markdown
# 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`
|