Skip to content

Commit

Permalink
fix: fix typo in readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Feb 23, 2024
1 parent ebc2d09 commit 408c6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ distrobox create --image ghcr.io/nain-f49ff806/rusty-pets/fedora-oxidized.toolbo
distrobox enter fedoraX
```

You can also assign custom home directory for your pets, to keep separate dotfiles.
You can also assign custom home directory for your pets, to keep separate dotfiles for example.

```bash
## Create a rusty-pets distrobox with separate home
mkdir -p ~/Distroboxes/archX
distrobox create --home ~/Distroboxes/archX --name archX --image ghcr.io/nain-f49ff806/rusty-pets/arch-oxidized.toolbox:latest

## Enter the created container (whenever you please)
distrobox enter archX2
distrobox enter archX
```


Expand Down

0 comments on commit 408c6b9

Please sign in to comment.