From 541f815d6f79166c70bdf94d7f19befcbedfa892 Mon Sep 17 00:00:00 2001 From: spikerguy <48839029+spikerguy@users.noreply.github.com> Date: Sat, 16 Mar 2024 13:58:02 +0300 Subject: [PATCH 1/2] Add installation method for Arch based distro I am maintaining the AUR Pkg so adding installation method for arch users. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ffad5755e..f22a2cbfa 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,13 @@ You can also run `make rpm` to build RPMs for local installation. In `production` mode, source files are automatically minified and compressed. Set `NODE_ENV=production` if you want to duplicate this behavior. +# Arch Derivatives can use [AUR PKG](https://aur.archlinux.org/packages/cockpit-docker) +`yay -Ss cockpit-docker` + +OR for Manjaro + +`pamac install cockpit-docker` + # Development instructions See [HACKING.md](./HACKING.md) for details about how to efficiently change the From da79f021d4b6d548f2c0f8192ff0dcc87fe34718 Mon Sep 17 00:00:00 2001 From: Mendel Greenberg Date: Tue, 19 Mar 2024 14:48:02 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f22a2cbfa..cbab39597 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,9 @@ You can also run `make rpm` to build RPMs for local installation. In `production` mode, source files are automatically minified and compressed. Set `NODE_ENV=production` if you want to duplicate this behavior. -# Arch Derivatives can use [AUR PKG](https://aur.archlinux.org/packages/cockpit-docker) +## Arch Derivatives +[AUR package](https://aur.archlinux.org/packages/cockpit-docker) + `yay -Ss cockpit-docker` OR for Manjaro