aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2020-11-29 20:43:27 +0300
committerEvgeny Zinoviev <me@ch1p.io>2020-11-29 20:43:27 +0300
commitec0a39db5cf845e4358c0246519b43954183b349 (patch)
tree874ec1c6525a33b8bda7b668c3c33abae1d57939
parente42df368840ce96a4d561b4fec4d4ea07c30dbb6 (diff)
update readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6363c9c..6c9e785 100644
--- a/README.md
+++ b/README.md
@@ -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.