Updated Home (markdown)

kepler155c
2018-12-10 01:18:33 -05:00
parent 56cd1aae3f
commit 001857951c
2 changed files with 26 additions and 13 deletions

13
Home.md

@@ -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 <name>
package update <name>
package uninstall <name>
```
Package definitions are located in usr/apps/packages. This file can be modified to add custom packages.

26
Opus-Applications.md Normal file

@@ -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 <name>
package update <name>
package uninstall <name>
```
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.