mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
Fix typo in README
This commit is contained in:
parent
d6409dc9a1
commit
826b600470
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ $ cargo build --features "base32 cat echo rm" --no-default-features
|
||||||
|
|
||||||
If you don't want to build the multicall binary and would prefer to build
|
If you don't want to build the multicall binary and would prefer to build
|
||||||
the utilities as individual binaries, that is also possible. Each utility
|
the utilities as individual binaries, that is also possible. Each utility
|
||||||
is contained in it's own package within the main repository, named
|
is contained in its own package within the main repository, named
|
||||||
"uu_UTILNAME". To build individual utilities, use cargo to build just the
|
"uu_UTILNAME". To build individual utilities, use cargo to build just the
|
||||||
specific packages (using the `--package` [aka `-p`] option). For example:
|
specific packages (using the `--package` [aka `-p`] option). For example:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue