From 0132a10f5bf21835d1ad20e3447e6259039d3834 Mon Sep 17 00:00:00 2001 From: dnkmmr <104856296+dnkmmr69420@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:49:23 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 51d0939..77bdd95 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,11 @@ distrobox create -i ghcr.io/dnkmmr69420/brew:latest -n brew-container -p ```bash distrobox create -i ghcr.io/dnkmmr69420/brew:latest -n brew-container-custom-home -p -H ~/brew-container ``` + +## Adding the bin path + +Simply put this in your .bashrc file + +```bash +export PATH="$HOME/.local/share/clinuxbrew/exports/bin:$PATH" +```