From 21247331e04aa051bed0f21bc2610d7027fca99c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 24 Oct 2021 18:17:52 +0200 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d18e7ae..7a96c6a9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It is written entirely in Golang and where used as package manager, it can run i ## In a glance - Luet can reuse Gentoo's portage tree hierarchy, and it is heavily inspired from it. -- It builds, installs, uninstalls and perform upgrades on machines +- It builds from containers, but installs, uninstalls and perform upgrades on machines - Installer doesn't depend on anything ( 0 dep installer !), statically built - You can install it aside also with your current distro package manager, and start building and distributing your packages - [Support for packages as "layers"](https://luet-lab.github.io/docs/docs/concepts/packages/specfile/#building-strategies) @@ -30,6 +30,7 @@ It is written entirely in Golang and where used as package manager, it can run i - Support for [collections](https://luet-lab.github.io/docs/docs/concepts/packages/collections/) and [templated package definitions](https://luet-lab.github.io/docs/docs/concepts/packages/templates/) - [Can be extended with Plugins and Extensions](https://luet-lab.github.io/docs/docs/concepts/plugins-and-extensions/) - [Can build packages in Kubernetes (experimental)](https://github.com/mudler/luet-k8s) +- Uses containerd/go-containerregistry to manipulate images - works also daemonless with the img backend ## Install