aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2020-09-03 12:34:39 +0200
committerDaniel Lange <DLange@git.local>2020-09-03 12:34:39 +0200
commit9dd18f5da55d0b7b13170b7b75c5d9352cd51322 (patch)
tree729c3486e14e154e67be3e95eae6f108bb112c73 /README
parent980f3c6ac003439a4cf4dc9b12f6e84f9562e565 (diff)
parent59eeadec918a955b40427a1b012992161050c939 (diff)
downloaddebian_htop-9dd18f5da55d0b7b13170b7b75c5d9352cd51322.tar.gz
debian_htop-9dd18f5da55d0b7b13170b7b75c5d9352cd51322.tar.bz2
debian_htop-9dd18f5da55d0b7b13170b7b75c5d9352cd51322.zip
Update upstream source from tag 'upstream/3.0.1'
Update to upstream version '3.0.1' with Debian dir bf77c31e054f1228026f8fb35d16e496b025a364
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 12 insertions, 9 deletions
diff --git a/README b/README
index 5e65754..92bd285 100644
--- a/README
+++ b/README
@@ -1,13 +1,13 @@
-![htop](https://htop.dev)
+# [![htop](htop.png)](https://htop.dev)
[![CI](https://github.com/htop-dev/htop/workflows/CI/badge.svg)](https://github.com/htop-dev/htop/actions)
-[![Coverity Scan Build Status](https://scan.coverity.com/projects/21617/badge.svg)](https://scan.coverity.com/projects/21617)
+[![Coverity Scan Build Status](https://scan.coverity.com/projects/21665/badge.svg)](https://scan.coverity.com/projects/21665)
[![Mailing List](https://img.shields.io/badge/Mailing%20List-htop-blue.svg)](https://groups.io/g/htop)
[![IRC #htop](https://img.shields.io/badge/IRC-htop-blue.svg)](https://webchat.freenode.net/#htop)
[![Github Release](https://img.shields.io/github/release/htop-dev/htop.svg)](https://github.com/htop-dev/htop/releases/latest)
+[![Download](https://api.bintray.com/packages/htop/source/htop/images/download.svg)](https://bintray.com/htop/source/htop/_latestVersion)
-Introduction
-------------
+## Introduction
`htop` is a cross-platform interactive process viewer.
It requires `ncurses`.
@@ -15,20 +15,23 @@ It requires `ncurses`.
For more information and details on how to contribute to `htop`
visit [htop.dev](https://htop.dev).
-Build instructions
-------------------
+## Build instructions
This program is distributed as a standard autotools-based package.
-For detailed instructions see the [INSTALL](/INSTALL) file, which
+For detailed instructions see the `INSTALL` file, which
is created after `./autogen.sh` is run.
When compiling from a [release tarball](https://github.com/htop-dev/htop/releases/), run:
- ./configure && make
+~~~ shell
+./configure && make
+~~~
For compiling sources downloaded from the Git repository, run:
- ./autogen.sh && ./configure && make
+~~~ shell
+./autogen.sh && ./configure && make
+~~~
By default `make install` will install into `/usr/local`, for changing
the path use `./configure --prefix=/some/path`.

© 2014-2024 Faster IT GmbH | imprint | privacy policy