ncdu 1.14.1

This commit is contained in:
Yorhel 2019-08-05 08:27:57 +02:00
parent 0575f640d3
commit 3da8ab9c4d
2 changed files with 12 additions and 6 deletions

View file

@ -9,18 +9,19 @@ POSIX-like environment with ncurses installed.
## Download
Latest version
: 1.14 ([ncdu-1.14.tar.gz](/download/ncdu-1.14.tar.gz) - [changes](/ncdu/changes))
: 1.14.1 ([ncdu-1.14.1.tar.gz](/download/ncdu-1.14.1.tar.gz) - [changes](/ncdu/changes))
I also have convenient static binaries for Linux
[i486](/download/ncdu-linux-i486-1.14.tar.gz) and
[ARM](/download/ncdu-linux-arm-1.14.tar.gz). Download, extract and run; no
compilation or installation necessary (uses
[i486](/download/ncdu-linux-i486-1.14.1.tar.gz),
[x86_64](/download/ncdu-linux-x86_64-1.14.1.tar.gz) and
[ARM](/download/ncdu-linux-arm-1.14.1.tar.gz). Download, extract and run;
no compilation or installation necessary (uses
[musl](http://www.musl-libc.org/)).
Development version
: The most recent code is available on a git repository and can be cloned
with `git clone git://g.blicky.net/ncdu.git/`. The repository is also available
for [online browsing](https://g.blicky.net/ncdu.git/).
with `git clone git://g.blicky.net/ncdu.git/`. The repository is also
available for [online browsing](https://g.blicky.net/ncdu.git/).
Ncdu is entirely written in C and available under a liberal MIT license.