Commit 8fa9da47 authored by Tomas Barton's avatar Tomas Barton
Browse files

don't mention installing to /usr

parent d408c744
...@@ -41,11 +41,8 @@ probably used to the common routine: ...@@ -41,11 +41,8 @@ probably used to the common routine:
./autogen.sh && ./configure && make ./autogen.sh && ./configure && make
If you want to replace currently installed version of `htop` use `--prefix` flag. `--prefix=/usr` By default `make install` will install into `/usr/local`, for changing
will install `htop` into `/usr/bin/htop`. the path use `./configure --prefix=/some/path`.
./autogen.sh && ./configure --prefix=/usr && make
make install
See the manual page (`man htop`) or the on-line help ('F1' or 'h' See the manual page (`man htop`) or the on-line help ('F1' or 'h'
inside `htop`) for a list of supported key commands. inside `htop`) for a list of supported key commands.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment