Ports: Update port building instructions

This commit is contained in:
Bananymous 2024-08-11 17:58:10 +03:00
parent 34c6ad7277
commit 71d4060993
1 changed files with 12 additions and 1 deletions

View File

@ -1 +1,12 @@
Here are all of the ports for banan-os. To build a port and run it in banan-os; add a line containing directory name from here into a file called *installed*. When you create banan-os image, all directories listed in *installed* are built.
## 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.