From b826288037caefca81f485fcd53d0e373fcc5542 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 8 Feb 2020 12:06:54 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e709fb9a..aa8b9693 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ [![GoDoc](https://godoc.org/github.com/mudler/luet?status.svg)](https://godoc.org/github.com/mudler/luet) [![codecov](https://codecov.io/gh/mudler/luet/branch/master/graph/badge.svg)](https://codecov.io/gh/mudler/luet) -Luet is a multi-platform Package Manager based off from containers - it uses Docker (and other tech) to sandbox your builds and generate packages from them. It has no dependencies and it is well suitable for "from scratch" environments. It can also version entire rootfs to enable delivery of OTA-alike updates. +Luet is a multi-platform Package Manager based off from containers - it uses Docker (and other tech) to sandbox your builds and generate packages from them. It has zero dependencies and it is well suitable for "from scratch" environments. It can also version entire rootfs and enables delivery of OTA-alike updates, making it a perfect fit for the Edge computing era and IoT embedded devices. -Luet offers a simple [specfile format](https://luet-lab.github.io/docs/docs/concepts/specfile/) in YAML notation to define both packages and rootfs. As it is based on containers, it can be used to build seed stages for Linux From Scratch installations and it can build and track updates. +It offers a simple [specfile format](https://luet-lab.github.io/docs/docs/concepts/specfile/) in YAML notation to define both packages and rootfs. As it is based on containers, it can be used to build seed stages for Linux From Scratch installations and it can build and track updates for those systems. It is written entirely in Golang and where used as package manager, it can run in from scratch environment, with zero dependencies. @@ -14,7 +14,7 @@ It is written entirely in Golang and where used as package manager, it can run i - Luet can reuse Gentoo's portage tree hierarchy, and it is heavily inspired from it. - It builds, installs, uninstalls and perform upgrades on machines -- Installer doesn't depend on anything ( 0 dep installer !) +- Installer doesn't depend on anything ( 0 dep installer !), statically built - Support for packages as "layers" - It uses SAT solving techniques to solve the deptree ( Inspired by [OPIUM](https://ranjitjhala.github.io/static/opium.pdf) )