Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
8fa9da47
Commit
8fa9da47
authored
Feb 11, 2016
by
Tomas Barton
Browse files
don't mention installing to /usr
parent
d408c744
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
8fa9da47
...
...
@@ -41,11 +41,8 @@ probably used to the common routine:
./autogen.sh && ./configure && make
If you want to replace currently installed version of `htop` use `--prefix` flag. `--prefix=/usr`
will install `htop` into `/usr/bin/htop`.
./autogen.sh && ./configure --prefix=/usr && make
make install
By default `make install` will install into `/usr/local`, for changing
the path use `./configure --prefix=/some/path`.
See the manual page (`man htop`) or the on-line help ('F1' or 'h'
inside `htop`) for a list of supported key commands.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment