Fix image logo and titles.

This commit is contained in:
Samuel Williams 2020-09-02 11:54:17 +12:00 committed by GitHub
parent f5b3e8d2a3
commit 746a5f279a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

16
README
View File

@ -1,4 +1,4 @@
![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) [![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/21665/badge.svg)](https://scan.coverity.com/projects/21665) [![Coverity Scan Build Status](https://scan.coverity.com/projects/21665/badge.svg)](https://scan.coverity.com/projects/21665)
@ -7,8 +7,7 @@
[![Github Release](https://img.shields.io/github/release/htop-dev/htop.svg)](https://github.com/htop-dev/htop/releases/latest) [![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) [![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. `htop` is a cross-platform interactive process viewer.
It requires `ncurses`. It requires `ncurses`.
@ -16,8 +15,7 @@ It requires `ncurses`.
For more information and details on how to contribute to `htop` For more information and details on how to contribute to `htop`
visit [htop.dev](https://htop.dev). visit [htop.dev](https://htop.dev).
Build instructions ## Build instructions
------------------
This program is distributed as a standard autotools-based package. 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](/INSTALL) file, which
@ -25,11 +23,15 @@ is created after `./autogen.sh` is run.
When compiling from a [release tarball](https://github.com/htop-dev/htop/releases/), 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: 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 By default `make install` will install into `/usr/local`, for changing
the path use `./configure --prefix=/some/path`. the path use `./configure --prefix=/some/path`.