This commit is contained in:
2026-01-28 19:48:45 +11:00
parent c80de22314
commit 9a0e61aa9c
2 changed files with 690 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# 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`