@@ -4,7 +4,7 @@ progress - Coreutils Progress Viewer [ currently running on your system and displays the
1010** percentage** of copied data. It can also show ** estimated time** and ** throughput** ,
@@ -14,6 +14,8 @@ and provides a "top-like" mode (monitoring).
1414
1515_ (After many requests: the colors in the shell come from [ powerline-shell] ( https://github.com/milkbikis/powerline-shell ) . Try it, it's cool.)_
1616
17+ ` progress ` works on Linux, FreeBSD and macOS.
18+
1719Formerly known as cv (Coreutils Viewer).
1820
1921How do you install it
@@ -23,8 +25,13 @@ On deb-based systems (Debian, Ubuntu, Mint, etc.) run:
2325
2426 apt install progress
2527
26- On rpm-based systems (Red Hat, CentOS, SUSE, etc.), run:
28+ On archlinux, run:
29+
30+ pacman -S progress
2731
32+ On rpm-based systems (Red Hat, CentOS, Fedora, SUSE, etc.), run one of these:
33+
34+ dnf install progress
2835 yum install progress
2936
3037On macOS, with homebrew, run:
@@ -40,6 +47,8 @@ How do you build it from source
4047
4148 make && make install
4249
50+ On FreeBSD, substitute ` make ` with ` gmake ` .
51+
4352It depends on library ncurses, you may have to install corresponding packages (may be something like 'libncurses5-dev' or 'ncurses-devel').
4453
4554How do you run it
0 commit comments