From 011bf30d22efea75ae2da51887757aa67dc8ef76 Mon Sep 17 00:00:00 2001 From: Hisham Date: Thu, 11 Feb 2016 17:20:50 -0200 Subject: Minor tweaks to the README --- README | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 0d27565a..1af7377d 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/hishamhm/htop.svg?branch=master)](https://travis-ci.org/hishamhm/htop) -[![PayPal donate](https://img.shields.io/badge/paypal-donate-green.svg)](http://hisham.hm/htop/index.php?page=author#paypal) +[![PayPal donate](https://img.shields.io/badge/paypal-donate-green.svg)](http://hisham.hm/htop/index.php?page=donate) [htop](http://hisham.hm/htop/) ==== @@ -38,8 +38,13 @@ Compilation instructions ------------------------ This program is distributed as a standard autotools-based package. -See the [INSTALL](/INSTALL) file for detailed instructions, but you are -probably used to the common routine: +See the [INSTALL](/INSTALL) file for detailed instructions. + +When compiling from a release tarball, run: + + ./configure && make + +For compiling sources downloaded from the Git repository, run: ./autogen.sh && ./configure && make -- cgit v1.2.3