21 lines
657 B
Markdown
21 lines
657 B
Markdown
# dig
|
|
|
|
Dig is a simple package manager for Ground. At this point in time it is quite basic.
|
|
|
|
## Installation
|
|
|
|
You'll need to manually install Ground, and the "request", "file", and "exec" libraries yourself. This will be automated in future.
|
|
|
|
Once that is done, you can install the dig package manager wherever you need it.
|
|
|
|
## Usage
|
|
|
|
`digpkg install pkgname`: Installs the package specified to /usr/lib/ground. Requires root permissions.
|
|
|
|
`digpkg help`: Shows help.
|
|
|
|
## Package list
|
|
|
|
Go to https://ground.chookspace.com/pkgs to see the list. If you've made a Ground library and would like it packaged, please send me an email (max at chookspace dot com).
|
|
|