banan-os/ports/README.md

13 lines
263 B
Markdown
Raw Normal View History

## Ports
Here are all of the ports for banan-os.
### Building
Run the build script in the directory of the wanted port.
```bash
cd ports/<port name>
./build.sh
```
Port will be installed to the disk image and is usable when running banan-os for the next time.