From fda64f7ddb26f482bcab084eca4da43a4462c0fd Mon Sep 17 00:00:00 2001 From: dnkmmr <104856296+dnkmmr69420@users.noreply.github.com> Date: Wed, 1 May 2024 11:45:25 -0500 Subject: [PATCH] fixed typo on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d507c4..569bc8d 100644 --- a/README.md +++ b/README.md @@ -34,7 +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. +- [patchelf](https://github.com/NixOS/patchelf): A utility program for modifying existing executables. I also am not the creator of this command. ## On host