Update tutorial creating an ubuntu container with distrobox authored by Jeffrey George Fisher's avatar Jeffrey George Fisher
......@@ -93,7 +93,7 @@ I alias `distrobox-host-exec` to `h` so it is very quick to type. --- Jeff
You can also setup a specific command to be run outside, for example:
```
user@distrobox:~$ ln -s /usr/bin/distrobox-host-exec /usr/local/bin/git
user@distrobox:~$ sudo ln -s /usr/bin/distrobox-host-exec /usr/local/bin/git
user@distrobox:~$ git
... successfully runs the git command, from the host OS ...
```
\ No newline at end of file