Update README.md
Corrected some grammar and spelling mistakes.
This commit is contained in:
parent
13be9346ce
commit
f1892cff16
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -12,7 +12,7 @@ or queried through the `xbps-install(1)` and `xbps-query(1)` utilities, respecti
|
||||||
- GNU bash
|
- GNU bash
|
||||||
- xbps >= 0.46
|
- 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
|
into a `masterdir` that is used as its main `chroot` directory. `xbps-src` supports
|
||||||
multiple utilities to accomplish this task:
|
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:
|
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 a dependency exists in the local repository, use it (`hostdir/binpkgs`).
|
||||||
- If dependency exists in a remote repository, use it.
|
- If a dependency exists in a remote repository, use it.
|
||||||
- If dependency exists in a source package, 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.
|
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
|
$ ./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
|
$ ./xbps-src -m masterdir-x86_64-musl chroot
|
||||||
$ ldd
|
$ ldd
|
||||||
|
|
Loading…
Reference in a new issue