blend/README.md

20 lines
1.3 KiB
Markdown
Raw Normal View History

2023-01-18 11:47:47 -06:00
<div align="center">
<h1 align="center">blend</h1>
2023-02-11 06:03:29 -06:00
<p align="center">A tool to manage overlays, containers and multiple distributions</p>
2023-01-18 11:47:47 -06:00
</div>
2023-01-22 09:23:09 -06:00
2023-02-11 06:03:29 -06:00
This repository also contains **blend-settings**, a tool for configuring blend and overlays, as well as many other utilities.
2023-01-18 11:47:47 -06:00
2023-02-11 06:03:29 -06:00
## Credits
2023-01-18 11:47:47 -06:00
2023-04-17 02:27:47 -05:00
The `init-blend` file in this repository uses a few lines (the sections have been marked clearly) uses from distrobox's init script. These lines have been marked and attributed appropriately, and are licensed under [the GPL-3.0 license](https://github.com/89luca89/distrobox/blob/main/COPYING.md).
I would also like to thank Luca Di Maio from Distrobox for NVIDIA driver support in containers.
2023-01-18 11:47:47 -06:00
2023-04-25 06:16:45 -05:00
`overlayfs-tools` has been taken from https://github.com/ecdye/zram-config, which itself forked https://github.com/kmxz/overlayfs-tools.
2023-02-11 06:03:29 -06:00
Aside from these lines, all the other code in this repository has been written by me (rs2009). `blend-settings` is based on [Modren](https://github.com/RudraSwat/modren), a software store I (rs2009) had written long ago, and is licensed under the same license as the rest of the code in this repository, [the GPL-3.0 license](https://github.com/blend-os/blend/blob/main/LICENSE).
2023-01-18 11:47:47 -06:00
2023-02-11 06:03:29 -06:00
## Usage
2023-01-18 11:47:47 -06:00
2023-02-11 06:03:29 -06:00
It's recommended to use the `blend-settings` UI, instead of the `blend` CLI.