summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-05-28 13:03:49 (GMT)
committerGitHub <noreply@github.com>2020-05-28 13:03:49 (GMT)
commit64727208604932e81754382ebbe0db5a526d40d7 (patch)
treee39770842e7d8e4fb59fb707bf44faef65b2b257
parentc9a54bb365850dd06d4f43cf442c1553dc340018 (diff)
downloadpatchelf-64727208604932e81754382ebbe0db5a526d40d7.zip
patchelf-64727208604932e81754382ebbe0db5a526d40d7.tar.gz
patchelf-64727208604932e81754382ebbe0db5a526d40d7.tar.bz2
README: markdown
-rw-r--r--README.md (renamed from README)21
1 files changed, 10 insertions, 11 deletions
diff --git a/README b/README.md
index 60441ec..a24417d 100644
--- a/README
+++ b/README.md
@@ -52,22 +52,21 @@ libraries. In particular, it can do the following:
$ patchelf --set-soname libnewname.so.3.4.5 path/to/libmylibrary.so.1.2.3
-INSTALLING
+## INSTALLING
You can download a pre-compiled binary from the releases or compile it by yourself:
- ./bootstrap.sh
- ./configure
- make
- sudo make install
+ ./bootstrap.sh
+ ./configure
+ make
+ sudo make install
-
-AUTHOR
+## AUTHOR
Copyright 2004-2019 Eelco Dolstra <edolstra@gmail.com>.
-LICENSE
+## LICENSE
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -83,12 +82,12 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-HOMEPAGE
+## HOMEPAGE
http://nixos.org/patchelf.html
-BUGS
+## BUGS
The `strip' command from binutils generated broken executables when
applied to the output of patchelf (if `--set-rpath' or
@@ -97,7 +96,7 @@ This appears to be a bug in binutils
(http://bugs.strategoxt.org/browse/NIXPKGS-85).
-RELEASE HISTORY
+## RELEASE HISTORY
0.10 (March 28, 2019):