diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2020-11-29 20:43:27 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2020-11-29 20:43:27 +0300 |
commit | ec0a39db5cf845e4358c0246519b43954183b349 (patch) | |
tree | 874ec1c6525a33b8bda7b668c3c33abae1d57939 | |
parent | e42df368840ce96a4d561b4fec4d4ea07c30dbb6 (diff) |
update readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # voidnsrun `voidnsrun` is utility for launching programs in an isolated namespace with -alternative `/usr` tree. Its primary goal is to run glibc-linked binaries in +alternative `/usr` tree. Its primary goal is to run glibc programs in musl-libc Void Linux environments or vice-versa. It creates a new private mount namespace, transparently substitutes `/usr` and @@ -53,7 +53,7 @@ If you want to mount something else, use `-m` argument. ## Example -Let's imagine you want to use some proprietary glibc-linked app on your +Let's imagine you want to use some proprietary glibc app on your musl-libc Void Linux box. Let it be Vivaldi browser for the example. You unpacked it to `/opt/vivaldi` and it doesn't work, obviously. |