From 41cc0e3af5ed2cb52f7c261a64eb3e9bee1692a8 Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 5 Sep 2016 22:32:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42d135c..e87977e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ linuxdeployqt takes an application as input and makes it self-contained by copyi ## Installation * Open in Qt Creator and build -* Build and install [patchelf](https://nixos.org/patchelf.html) (a small utility to modify the dynamic linker and RPATH of ELF executables; similar to `install_name_tool` on macOS) +* Build and install [patchelf](https://nixos.org/patchelf.html) (a small utility to modify the dynamic linker and RPATH of ELF executables; similar to `install_name_tool` on macOS). To learn more about this, see http://blog.qt.io/blog/2011/10/28/rpath-and-runpath/ ## Usage