From f1892cff169eb8cfab72c79181ed3a75fc04b460 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Fri, 19 Oct 2018 01:43:01 +0530 Subject: [PATCH] Update README.md Corrected some grammar and spelling mistakes. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3a34a4c792..4cf3764223 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ or queried through the `xbps-install(1)` and `xbps-query(1)` utilities, respecti - GNU bash - xbps >= 0.46 -`xbps-src` requires an utility to chroot and bind mount existing directories +`xbps-src` requires a utility to chroot and bind mount existing directories into a `masterdir` that is used as its main `chroot` directory. `xbps-src` supports multiple utilities to accomplish this task: @@ -180,9 +180,9 @@ any xbps configuration file (see xbps.d(5)) or by explicitly appending them via By default **xbps-src** will try to resolve package dependencies in this order: - - If dependency exists in the local repository, use it (`hostdir/binpkgs`). - - If dependency exists in a remote repository, use it. - - If dependency exists in a source package, use it. + - If a dependency exists in the local repository, use it (`hostdir/binpkgs`). + - If a dependency exists in a remote repository, use it. + - If a dependency exists in a source package, use it. It is possible to avoid using remote repositories completely by using the `-N` flag. @@ -415,7 +415,7 @@ Wait until all packages are built and when ready, prepare a new masterdir with t $ ./xbps-src -m masterdir-x86_64-musl binary-bootstrap x86_64-musl -Your new masterdir is now ready to build natively packages for the musl C library. Try: +Your new masterdir is now ready to build packages natively for the musl C library. Try: $ ./xbps-src -m masterdir-x86_64-musl chroot $ ldd