From 87112adcc50932db1f6075cf23844fea72f110a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Fri, 16 May 2025 23:15:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B8=D1=86=D0=B5=D0=BD=D0=B7=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=B8=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 18 ++++++++++++++++++ README.md | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..199b23a --- /dev/null +++ b/LICENSE @@ -0,0 +1,18 @@ +// This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. +// +// ALR - Any Linux Repository +// Copyright (C) 2025 The ALR Authors +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..b487eb7 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# ALR-repo +Репозиторий для [ALR](https://gitea.plemya-x.ru/Plemya-x/ALR) + +ALR - это независимая от дистрибутива система сборки для Linux, аналогичная AUR. +В настоящее время он находится в альфа-состоянии и может быть нестабильным. + +## Установка ALR +```bash +curl -fsSL plemya-x.ru/alr/install.sh | bash +``` +## Добавление этого репозитория +```bash +alr ar -n alr-default -u https://gitea.plemya-x.ru/Plemya-x/alr-default.git +``` + +## Соцсети +Discord - https://discord.com/channels/817759634105827358/1261631565084233749 + +Telegram - https://t.me/plemyakh \ No newline at end of file