From 1f3ba12e1566f2769d197d9938b9f890cfdfcc6f Mon Sep 17 00:00:00 2001 From: dnkmmr <104856296+dnkmmr69420@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:35:03 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d1afbf3..d9481a9 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,9 @@ Install distrobox if you don't havw it first then run this command ```bash distrobox create -i ghcr.io/dnkmmr69420/brew:latest -n brew-container -p ``` + +### Installation with custom home + +```bash +distrobox create -i ghcr.io/dnkmmr69420/brew:latest -n brew-container-custom-home -p -H ~/brew-container +```