Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Apr 16, 2024
1 parent 8e75257 commit 0132a10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

0 comments on commit 0132a10

Please sign in to comment.