diff --git a/README.md b/README.md index 05b0f5a..1e38f17 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ make +The ´dependencies´ file contains a list of AUR packages that should be installed when runnung Honey-OS. To install them all, user your package manager (paru in this instance) like this: + + cat dependencies | paru -S - + ## Directory structure The `rootfs` directory contains all files for the 'root file system' of the final iso. It contains the final honey os kernel executable file as well as necessary grub configuration files. diff --git a/README.md b/README.md index 05b0f5a..1e38f17 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ make +The ´dependencies´ file contains a list of AUR packages that should be installed when runnung Honey-OS. To install them all, user your package manager (paru in this instance) like this: + + cat dependencies | paru -S - + ## Directory structure The `rootfs` directory contains all files for the 'root file system' of the final iso. It contains the final honey os kernel executable file as well as necessary grub configuration files. diff --git a/dependencies b/dependencies new file mode 100644 index 0000000..d6c10df --- /dev/null +++ b/dependencies @@ -0,0 +1,5 @@ +i686-elf-gcc +qemu-full +dosfstools +virt-manager +mtools