From 2dfc7d7fc8ed5df69cca4ddac7edc678948f92ae Mon Sep 17 00:00:00 2001 From: ccao001 <69090073+ccao001@users.noreply.github.com> Date: Sun, 16 Aug 2020 22:43:59 -0400 Subject: [PATCH 1/2] Add guix install instructions About GNU Guix GNU Guix is a transactional package manager and an advanced distribution of the GNU system that respects user freedom. Guix can be used on top of any system running the kernel Linux, or it can be used as a standalone operating system distribution for i686, x86_64, ARMv7, and AArch64 machines. In addition to standard package management features, Guix supports transactional upgrades and roll-backs, unprivileged package management, per-user profiles, and garbage collection. When used as a standalone GNU/Linux distribution, Guix offers a declarative, stateless approach to operating system configuration management. Guix is highly customizable and hackable through Guile programming interfaces and extensions to the Scheme language. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a0e8a70..17a90a1 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ On deb-based systems (Debian, Ubuntu, Mint, etc.) run: On rpm-based systems (Red Hat, CentOS, SUSE, etc.), run: yum install progress + +On any GNU/Linux distribution using the guix package manager, run: + + guix install progress On macOS, with homebrew, run: From 37d019c2e9434cd37caddddae382cb6f69f935cf Mon Sep 17 00:00:00 2001 From: ccao001 <69090073+ccao001@users.noreply.github.com> Date: Sun, 16 Aug 2020 22:45:16 -0400 Subject: [PATCH 2/2] Add comma to installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17a90a1..16d865d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Formerly known as cv (Coreutils Viewer). How do you install it? ---------------------- -On deb-based systems (Debian, Ubuntu, Mint, etc.) run: +On deb-based systems (Debian, Ubuntu, Mint, etc.), run: apt install progress