From 662f2f52d589a38a89765de6d8afa6594c59cd40 Mon Sep 17 00:00:00 2001 From: pips Date: Mon, 22 Sep 2025 22:01:39 +0200 Subject: [PATCH] chore(readme): add more descrptive presentation --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84455ed..22b8622 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ -# Template for external project package building +# Unofficial dpkg niri build from main branch -- git submodule add upstream -- Makefile: change package name & compile / dpkg target instructions -- Dockerfile.builder: required deb packages / base image -- deb-package/DEBIAN/control: Package name, depends, conflict & description +niri is a great scrollable-tiling wayland WM: + +- +- + +All credit to YaLTeR and other contributors of this wonderful project! + +This repo provide semi-automatic build of main branch to ubuntu 24.04 (noble) +dpkg package: + + + +License file in this repo only apply to build & packaging step files, niri is +licensed as GPL-3.0, see upstream project for details.