Skip to content

Commit 06731ac

Browse files
committed
Small stylistic update to the README
1 parent d73cea4 commit 06731ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Run commands on your host machine from inside your flatpak sandbox, [toolbox](ht
1616
If there's a process that only makes sense to be executed on the host system, you can
1717
create a symlink to it somewhere in your $PATH and it'll always be executed through `host-spawn`.
1818

19-
*Note:* you will want to store the symlink in a location visible only to the container, to avoid an infinite loop. If you are using toolbox/distrobox, this means anywhere outside your home directory. I recommend `/usr/local/bin`. See https://github.com/1player/host-spawn/issues/19 for details.
20-
2119
Example of creating a shim for the `flatpak` command:
2220

2321
```
@@ -31,6 +29,9 @@ $ flatpak --version
3129
Flatpak 1.12.7
3230
```
3331

32+
**Note:** you will want to store the symlink in a location visible only to the container, to avoid an infinite loop. If you are using toolbox/distrobox, this means anywhere outside your home directory. I recommend `/usr/local/bin`. See https://github.com/1player/host-spawn/issues/19 for details.
33+
34+
3435
## References
3536

3637
* https://github.com/owtaylor/PurpleEgg/blob/master/common/host-command.c

0 commit comments

Comments
 (0)