diff --git a/Home.md b/Home.md deleted file mode 100644 index 2825279..0000000 --- a/Home.md +++ /dev/null @@ -1,13 +0,0 @@ -Package contain groups of programs with a common theme. - -To install a package, use either the System->Packages program or the package command line program. - -Command line usage: -```package list -package install -package update -package uninstall -``` - -Package definitions are located in usr/apps/packages. This file can be modified to add custom packages. - diff --git a/Opus-Applications.md b/Opus-Applications.md new file mode 100644 index 0000000..1ed495b --- /dev/null +++ b/Opus-Applications.md @@ -0,0 +1,26 @@ +Opus applications are grouped into packages with a common theme. + +To install a package, use either the System->Packages program or the package command line program. + +Command line usage: +``` +package list +package install +package update +package uninstall +``` + +Package definitions are located in usr/apps/packages. This file can be modified to add custom packages. + +Current stable packages: +* **core** +Programming and miscellaneous applications. Also contains drivers needed for other packages. +* **builder** +A program for creating structures from schematic files using a turtle (requires core). +* **farms** +Various programs for farming resources (wood, crops, animals). +* **milo** +An A/E like storage implementation (requires core). +* **miners** +Mining programs. +