From f70d1cb59e4e12cbee2c8cf3bfe782d9c0666478 Mon Sep 17 00:00:00 2001 From: dnkmmr <104856296+dnkmmr69420@users.noreply.github.com> Date: Wed, 1 May 2024 11:44:45 -0500 Subject: [PATCH] added patchelf to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc14295..7d507c4 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ export PATH="$HOME/.local/share/clinuxbrew/exports/bin:$PATH" - reload-init Installs homebrew if not installed and does some other things as well. - brew-export: Like `distrobox-export` but makes it easy to export brew bins on the host. -s flag uses brews sbin instead of bin and -r flag makes the exported bin ran as root in the container. - brew-link: symlinks something in the bin dir to exports/bin. Only works good with certain programs +- [patchelf](https://github.com/NixOS/patchelf) A utility program for modifying existing executables. I also am not the creator of this command. ## On host